CSRF Attacks & Prevention: A Developer's Guide
The original article can be read here
What are CSRF vulnerabilities?
CSRF (Cross-Site Request Forgery) vulnerabilities usually arise when a web application that uses cookies for session management fails to verify an HTTP POST request's origin.
They c...
appsecmonkey.hashnode.dev8 min read