1 article in Web Security
Protecting against Cross Site request Forgery (CSRF)
May 2, 2015
Cross Site Request Forgery, or CSRF as its often known, is a common security vulnerability which describes an attacker attempting to cause state changes on a server by tricking a victim into sending an undesired request from an authenticated session without them knowing. Well thats all great, but…