Posts

Showing posts from May, 2015

Protecting against Cross Site request Forgery (CSRF)

Image
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 what does it actually mean...