I have a .Html
page which allows the user to fill in a form and submit it, however in MVC
we could use an AntiforgeryToken
to insure the request has came from the correct place.
I'm currently studying AngularJS
and I'm curious how I go about validating the same situation, I'm currently not using the .cshtml
instead I have the plain .html
page, I am however building this project within visual studio
can someone shed some knowledge on how I go about using the AntiforgeryToken
or something similar to validate each request via AngularJS
I have googled this but the responses I get and dicussing MVC
.