Cross-Site Request Forgery
Learn about cross-site request forgery and its different types.
We'll cover the following...
Overview
Technological advancements have led to the development of rather sophisticated attacks. With each passing day, adversaries are mitigated, but that doesn’t stop them; they come up with new ways of circumventing security. One such act of cleverness, at least when it was first discovered, is the cross-site request forgery (CSRF) attack.
What is a CSRF attack?
A CSRF attack targets a user with an account on a vulnerable web application. ...