"Cross-site request forgery, also known as a one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf[1]) or XSRF, is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts.[2] Unlike cross-site scripting (XSS), which exploits the trust a user has for a particular site, CSRF exploits the trust that a site has in a user's browser."
Read more about Cross-Site Request Forgery on Wikipedia.
I would recommend using this technique on all of your forms.
Read more about Cross-Site Request Forgery on Wikipedia.
I would recommend using this technique on all of your forms.
Comments
Post a Comment