ASP.NET Core: Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) is an attack where a malicious website tricks an authenticated user into performing an unwanted action on a trusted site where the user is currently logged in.
Because browsers automatically send cookies (including s...
aspnetcore.hashnode.dev4 min read