Ruby on Rails Invalid Authenticity Token when using IE
Posted
by Jaan J
on Stack Overflow
See other posts from Stack Overflow
or by Jaan J
Published on 2010-03-11T12:51:41Z
Indexed on
2010/04/03
2:33 UTC
Read the original article
Hit count: 479
ruby-on-rails
|internet-explorer
Hi, well for some strange reason IE gives me and InvalidAuthenticityToken error almost every time a POST query is used. Seems to be that IE does not like the "/" and "=" characters sometimes found in authenticity_token. So I wondered if anyone has actually found a solution to this?
More strange is that no other browser seems to behave that way.
Thanks in advance.
© Stack Overflow or respective owner