I\'m probably being a total noob here, but I\'m still uncertain about what a CSRF (Cross-Site Request Forgery) attack is exactly. So lets look at three situations...
Cross Site Request Forgery (CSRF) is typically prevent with one of the following methods: Check referer - RESTful but unreliable
The page I\'m building depends heavily on AJAX. Basically, there is just one \"page\" and every data transfer is handled via AJAX. Since overoptimistic caching on the browser side leads to strange pro
What is the best way of creating functional tests to test forms with CSRF protection enabled in Symfony?
In an application I make I\'m getting lots of these messages: A ActionController::InvalidAuthenticityToken occurred in items#vote_up:
I was thinking about this and it appears POST only a little less vulnerable and somewhat harder (do to requiring the user to click something).
I’m having problems with the AntiForgeryToken in ASP.Net MVC.If I do an iisreset on my web server and a user continues with their session they get bounced to a login page.Not terrible but then the An
From ha.ckers.org/xss.html: IMG Embedded commands - this works when the webpage where this is injected (like a web-board) is behind
to prevent CSRF attacks, a random CSRF secret has been generated. The above is from symfony: http://www.symfony-project.org/getting-started/1_4/en/04-Project-Setup
Rails AuthenticityToken automatically protects POST/PUT/DELETE requests from CSRF attacks.But I have another use case in mind.