Using ValidateAntiForgeryToken with AngularJS and MVC

0 Comments

I was getting a HTTP 500 error, when posting data from AngularJS to a MVC controller, which had the attribute ValidateAntiForgeryToken applied to it. This attribute expects a form to be posted to the MVC