List: websecurity@lists.webappsec.org
From: James Manico
Re: [WEB SECURITY] How are you tackling CSRF?
Sun, Apr 24, 2011 8:27 PM
More here:
https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet
Jim Manico
On Apr 23, 2011, at 3:59 PM, "MustLive" wrote:
2. Protecting only POST requests with tokens, but not GET. It looks like
some web developers are lazy (or it's hard for them) to add tokens to GET
requests.