javascript - antiforgerytoken in AngularJs -


i have .html page allows user fill in form , submit it, in mvc use antiforgerytoken insure request has came correct place.

i'm studying angularjs , i'm curious how go validating same situation, i'm not using .cshtml instead have plain .html page, building project within visual studio can shed knowledge on how go using antiforgerytoken or similar validate each request via angularjs

i have googled responses , dicussing mvc.


Comments