Using AntiForgeryToken to Prevent Cross-Site Request Forgery (CSRF) Attacks
One of the most common security vulnerabilities on any given website is the Cross-Site Request Forgery [https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29] (CSRF) attack. It's so common that OWASP has regularly included it in its list of the top ten security vulnerabilities [https://www.owasp.