Why is the [ValidateAntiForgeryToken] attribute so important?
I was creating an MVC/Web API application with ASP.NET through a PluralSight course and I came across the [ValidateAntiForgeryToken] attribute. This was used throughout the course when using [HttpPost] requests on methods. I decided to dig a little d...
rachaelkeenan.dev3 min read