November 2015
Intermediate to advanced
152 pages
2h 46m
English
This chapter will help you in avoiding Cross-Site Request Forgery (CSRF) in ASP.NET Web API. Using an API key-based authentication or a more sophisticated mechanism, such as OAuth, to avoid CSRF attacks.
In this chapter, we will cover the following topics:
As given in Wikipedia (https://en.wikipedia.org/wiki/Cross-site_request_forgery/), Cross-site request forgery (CSRF or XSRF), also known as a one-click attack or session riding, is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts. Unlike ...
Read now
Unlock full access