Displaying 20 results from an estimated 3000 matches similar to: "Safari 4 invalid auth token"
2009 Jun 10
3
Authenticity token error on Safari and IE6 on Windows
Hi,
I cannot log in to my Rails application using Windows and Safari or IE6.
Windows + Firefox works, and Safari or Firefox on Osx works also.
What in hell is going wrong?
I recently switched my app from restful_auth to authlogic, could that be
the reason? I don''t remember having these authenticity errors before.
Regards,
--
Posted via http://www.ruby-forum.com/.
2008 May 07
2
Inserting authenticity token into AJAX request params
Hi all. I am trying to find a way to insert an authenticity_token
into the params of an Ajax request before it gets sent.
I''ve got this much:
Ajax.Responders.register({
onLoading: function(req){
if ((req.options.method == ''post'') && !
Object.keys(req.options.parameters).include(''authenticity_token'')){
---->
2008 Oct 10
17
authenticity_token sent, still InvalidAuthenticityToken
Hi!
To send the authenticity token from flex back to the server, I followed
this:
http://blog.dt.org/index.php/2008/06/rails-2-flex-3-and-form-authenticity-tokens/
I have two controllers in my rails app. The method described in the link
above works with the actions in one controller, but does not work with
the other.
The controller which does not work has just one action which performs a
file
2006 May 23
2
In Place Editor Fields and Safari
Hi,
Does anyone else have any problems with Safari and in place editor fields?
I''m specifically talking about trying to save a null value in a text box. In
Firefox/IE/Camino/etc... saving a null value from an in place editor works
how it''s supposed to. If the value is null, then ''click to edit'' is
displayed. However with Safari when a null value is saved,
2008 Jun 03
3
Safari and Inheritance.
The following code doesn''t work in Safari, though its working well on
FF/IE. We just recently started migrating and we are find issues
with Safari 3.X
var SipIxView = Class.create({
initialize: function()
{
}
});
var CdrView = Class.create(SipIxView,{
view: function()
{
}
});
I get the following error in Safari.
var cdrView = new CdrView();
TypeError:
2006 Jun 23
3
Ajax errors in safari
I am implementing some AJAX features into a web forum, and one feature
works fine in Firefox and in IE, but it is choking in Safari. Safari
will send the request fine and the data will be stored in the DB, but
it is not responding correctly to the RJS that is being sent back.
Anybody notice issues with Safari parsing the javascript sent back to
the browser?
--
Timothy Johnson
2020 Sep 25
2
Streaming issue with IOS and Safari
Hello everyone,
Thank you for Icecast, it's a very good product.
I have an issue with people using IOS and Safari. They can't listen my
webradio. I'm using icecast and liquidsoap, it's working perfectly for
everyone except for IOS users with Safari.
Could you help me please ?
BR,
*Ceelo*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 08
8
drag drop safari
does it not work?
works fine for me on all other browsers and platforms.
2020 Nov 12
2
Icecast and Safari
Hello guys,
I hope you're well. I have an issue with my Web radio. Users using Safari
can't stream the radio. All is working perfectly with other web browsers.
When i navigate on my icecast URL, player for the mountpoint is missing
with Safari.
Do you have any idea ?
Icecast version : 2.4.99.2
OS version : Debian 9
BR,
Ceelo
-------------- next part --------------
An HTML attachment
2008 Jun 07
3
PeriodicalExecuter stops when form is submitted in Safari 3
Hi I''m having a problem using PeriodicalExecuter with a form.
I have a monitoring pane that updates status of form processing,
and it stops working when I submit a form. It works with Safari 2,
IE, Firefox, but not with Safari 3.
I''ve made a test script: http://www.charmm-gui.org/test.html
It updates a textarea, but it stops updating when the form is
submitted in Safari 3. Any
2006 Jun 29
1
Javascript Detect - Safari Version
Does anyone know how to accurately check for Safari version number?
navigator.appVersion doesn''t work fine - it''s giving me funny results.
I want to be able to tell a Safari 1.0 from a Safari 1.3 for my application.
2010 Jun 17
4
Apple Safari v5
Hi,
Successfully installed Apple Safari using Wine 1.1.42
Once i start Safari, the apple flash comes and the below error message pops up. kindly help on this !! [img]/home/ideapad/.wine/dosdevices/c:/users/ideapad/My Documents/Desktop/safari-Program Error.png[/img]
http://cid-9c18bdce84d8f01e.photos.live.com/self.aspx/Apple%20Safari%20Error
2020 Sep 28
2
Streaming issue with IOS and Safari
We had only MP3 for a long time, and all iOS users could listen. I
don't think iOS likes OGG.
We also advertise the VLC app in case someone has an issue with the web
player.
On 2020-09-25 16:04, Jordan Erickson wrote:
> I would guess it has to do with the codec/format of your stream being
> incompatible with iOS/Safari. What codec are you using? Have you
> checked
> to see
2006 Feb 25
1
Safari File upload problem
Hello!
I found your post to the rubyonrails.org about Safari File upload problem
Did you able to solve this issue?
> Has anyone else had problems uploading files with safari?
>
> Excerpt from my .rhtml:
>
> <form action="/photo/create?item_id=<%= @item.id %>"
> method="post" enctype="multipart/form-data">
>
2008 Dec 24
5
Odd js behavior in Chrome & Safari
View file has a js function "confirm_result()" in <head> section:
<script type="text/javascript">
function confirm_action()
{
result = confirm("Please select OK or Cancel")
if (result == true)
document.write("You selected OK.")
else
document.write("You selected Cancel.")
}
</script>
2006 Sep 09
3
[Urgent] Help: Safari/Konqueror issue with absolute div initially hidden
Hi all,
I have this project due tomorrow night (yes, it''s a Sunday...), and
only one trick bug left, which only occurs on Safari 2 and Konqueror
(3.5.2). I guess the Webcore/KHTML common tree goes here...
You''ll find a test page online:
http://tddsworld.com/bugs/hidden_absolute_issue/
If you want to tinker on your box, get the ZIP:
2006 Jan 05
1
unicode hacks - fixes for webrick and Safari
Hello!
First, thank you Julian for the useful plugin ''unicode_hacks'' <
http://julik.textdriven.com/svn/tools/rails_plugins/unicode_hacks/>.
I have found some problems running my app in development on Webrick
and looking at it with Safari (MacOS X 10.4.3, Safari 2.0.2). Some
files are sent with different sizes (e.g. default css example, or
controls.js ), and it
2006 Sep 11
7
Safari Browser problems
I can browse a site I developed/deployed to Apache 2.2.3/Mongrel from PC/s
with Firefox/Explorer.
I can''t browse from Mac Safari?
I checked these setting and it still doesn''t work...
http://docs.info.apple.com/article.html?artnum=151263
I don''t know Mac''s, what esle could this be?
Jim
2010 May 19
7
Safari reload
Hi,
is tehre any news on the safari reload bug?
Maybe a workaround?
Mapstraction is sometimes not displayed on reload...
regards
Henrik
2006 May 08
2
prototype getHeight safari
Hi
I have a weird bug with getHeight or getDimensions().hegiht
(prototype) only on safari
if I have a html file like this
<div id="test"></div>
and a embedded css
<style>
#test {
width:100px;
height:100px;
float:left;
}
</style>
In Safari $(''test'').getHeight returns 100, fine but if the css
declaration #test.. is in a css file