Cross Site Request Forgery (CSRF) Prevention for ASP.NET Core 3 and ASP.NET 4 Applications
Cross Site Request Forgery (CSRF) is high on the OWASP top 10 list of the most used attacks. Learn how to protect your ASP.NET and ASP.NET Core applications against it.
What you'll learn
Cross Site Request Forgery (CSRF) is an attack technique where users are lured into doing actions on websites without them noticing. In this course, Cross Site Request Forgery (CSRF) Prevention for ASP.NET Core and ASP.NET Applications, you’ll learn how CSRF is executed, why it is dangerous, and how to mitigate it. First, you’ll explore the nature of the attacks. Next, you’ll discover how to mitigate them using the newest as well as older techniques. Finally, you’ll learn how to implement these in all your applications. When you’re finished with this course, you’ll have the skills and knowledge to secure your applications against this dreaded attack.