TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About CSRF
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (2)
Balaji Thilagar (1)
Sardar Mudassar Ali Khan (1)
Ajay Kumar (1)
Rajeev Ranjan (1)
Mohammad Elsheimy (1)
Neel Bhatt (1)
Guest User (1)
Santosh Kumar Adidawarpu (1)
Munesh Sharma (1)
Related resources for CSRF
No resource found
Cross-Site Request Forgery (CSRF) in ASP.NET Core
9/13/2024 9:00:31 AM.
CSRF is a security vulnerability where attackers trick authenticated users into making unintended requests. This ASP.NET Core example demonstrates using anti-forgery tokens to prevent CSRF attacks. It
Preventing CSRF Attacks in an ASP.NET Core MVC
6/13/2024 7:37:52 AM.
Cross-Site Request Forgery (CSRF) is a type of attack that can force a user's browser to send unwanted requests to a web application on which the user is authenticated, potentially leading to unin
.NET Website Security: Practical Steps & Examples
4/26/2024 4:14:37 AM.
Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-dep
Comparisons Among SSRF, CSRF, XSS And XFS
4/20/2022 4:40:53 PM.
In this article, you will learn about comparisons among SSRF, CSRF, XSS and XFS.
Cross-Site Request Forgery (CSRF)
4/20/2022 4:12:06 AM.
This is an article to discuss CSRF.
Getting Started With ASP.Net Web API 2 : Day 8
5/24/2021 10:12:56 AM.
In this article we will learn about Cross-Site Request Forgery (CSRF) Protection. We implement CSRF protection against the data submitted from MVC pages to the Web API endpoints.
Preventing CSRF Attacks Using ASP.NET Core, JavaScript And Angular
3/22/2021 12:51:56 PM.
Today, we will learn about Cross-Site Request Forgery attacks and how to prevent them in ASP.NET Core, JavaScript and Angular.
Secure .NET Core Applications From CSRF Attack: .NET Core Security - Part Two
3/20/2018 9:39:59 AM.
If we compare .NET Core with .NET as far as the resolution of CSRF attacks is concerned, The ValidateAntiForgeryToken attribute and The AntiForgeryToken HTML helper(@Html.AntiForgeryToken()) are still
Preventing CSRF Attacks In ASP.NET Core 2.0
1/12/2018 12:05:49 PM.
OWASP 2013 classifies Cross Site Request Forgery (CSRF) as one of the Top 10 risks and is present if attacker can force the victim's browser to send forged request to your web application and it c
CSRF Attack and Its Prevention Mechanism
6/18/2016 5:26:04 PM.
In this article you will learn about Cross Site Request Forgery (CSRF) attack.
Cross-Site Request Forgery In ASP.NET MVC
5/15/2016 2:30:41 PM.
In this article we will learn what Cross- site request forgery in ASP.NET is, and how to protect our ASP.NET application from the CSRF. Cross- site Request forgery.