adspace
Answer Posted / Rohit Kumar Singh
In MVC5 (not Laravel), AntiForgeryToken is a security feature provided by ASP.NET to protect against Cross-Site Request Forgery (CSRF) attacks. In Laravel, the equivalent is the CSRF token which can be found in the $_SESSION['_token'] global variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers