Testing for CSRF
Normally I would only post this under my Cybersecurity blog, but as this can be checked during the testing cycle I thought it might work out well in the QA blog. CSRF is a vulnerability in web applications, where an attacker can send a POST to the web app from a different origin (domain). For …