Hack Proof Your Asp.Net Application Part 3 (Cross Site Request Forgery)
Introduction:
This is part -3 of my series Secure your Asp.Net Applications. In this article, I will describe what exactly Cross Site Request Forgery (CSRF) is and how hacker exploit it and how we can prevent from CSRF attack.
Background:
You can read my previous article of this series from :
Hack proof your asp.net applications from SQL Injection
Hack proof your asp.net applications from XSS...