Tag Archives: security

Prevent Cross-Site Request Forgery (CSRF) using ASP.NET MVC AntiForgeryToken helper

Original post: http://blog.codeville.net/2008/09/01/prevent-cross-site-request-forgery-csrf-using-aspnet-mvcs-antiforgerytoken-helper/ ——————————– Cross-site scripting (XSS) is widely regarded as the number one security issue on the web. But since XSS gets all the limelight, few developers pay much attention to another form of attack that’s equally destructive and … Continue reading

Posted in Development | Tagged , , , | Leave a comment