Anti-forgery Tokens in ASP.NET MVC and Knockout
As I am implementing a small application framework for my current project that is using ASP.NET MVC and Knockout JavaScript library, I had to rethink the approach to using anti forgery tokens. Any forgery tokens in ASP.NET MVC are designed to prevent cross-site request forgery attacks. Cross site scripting is number 2 on list of …
Continue reading ‘Anti-forgery Tokens in ASP.NET MVC and Knockout’ »