ValidateAntiForgeryToken is not been applied for Controller method calling JGrid get details in ASP.Net MVC. Any suggestions on this please.
regards
Sreenath
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sreenath GVPosted Dec 17, 2013, 4:21 AM
Yeah, I am using both.
Jaganathan BantheswaranPosted Dec 17, 2013, 12:05 AM
In your form, you might be use Html.AntiForgeryToken() & ValidateAntiForgeryToken attribute on the Action. Check it once again.