CSRF (ASP.NET MVC): Code Review – ValidateAntiForgeryToken
Before we look at code reviewing for CSRF If you need to apply a CSRF token to standard screen see here – CSRF – Cross Site Request Forgery. If you need to apply a CSRF token to an ajax post see here – CSRF – AntiForgeryToken and AJAX To code review for CSRF across a lot […]