You need to sign in to do that
Don't have an account?

CSRF (Cross Site Request Forgery) in SalesforcE?
Hi. I can see there is a setting in "Session Settings" that says CSRF prevention is done for all GET and POST requests. The setting is -
"Enable CSRF protection on GET requests on non-setup pages".
My question is, does this apply only for standard pages, or does all VF pages also get covered? Or is it the responsibility of a developer to implement CSRF functionalities for a VF page?
"Enable CSRF protection on GET requests on non-setup pages".
My question is, does this apply only for standard pages, or does all VF pages also get covered? Or is it the responsibility of a developer to implement CSRF functionalities for a VF page?
As a developer you must handle the CSRF for your VF page.
Referral link :
https://help.salesforce.com/htviewhelpdoc?id=admin_sessions.htm