Displaying 1 result from an estimated 1 matches for "verifiy_authenticity_token".
2009 May 05
3
Unable to deactivate forgery protection
Hi,
I just created a new Rails app that will be receiving some POSTed data
from the outside so it must skip the verify_authenticity_token for some
create actions. Although I have added:
skip_before_filter :verifiy_authenticity_token
I still get InvalidAuthenticityToken. In one of my other Rails app
(created back in Rails 1.2.6 and updated to 2.3.2 over time) this
skipping works perfectly though, has anything changed since? Do I need
to do anything more?
Thanks.
--
Posted via http://www.ruby-forum.com/.