Click here to Skip to main content
15,898,035 members
Articles / Security

ASP.NET Anti-Forgery Tokens internals

Rate me:
Please Sign up or sign in to vote.
4.64/5 (6 votes)
7 Jul 2014MIT5 min read 64.9K   21  
Anti-Forgery Tokens were introduced in ASP.NET in order to prevent Cross-Site Request Forgeries. There are many sites which describe how to use and configure those tokens in your application. But in this post I’m going to show you what exactly…Read more ›

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions