How can I fix CSRF Request Validation Token error

23 Views Asked by At

I fixed CSRF VULNERABILITY by adding [**validateAntiforgeyToken] **attribute in controller method also added a @Html.AntiForgeryToken in cshtml but still I am getting __RequestValidation is not present exception. How can I fix it?

0

There are 0 best solutions below