Shape Shape

CSRF (CrossSite Request Forgery)

CSRF is a web security attack that tricks users into performing unintended actions on authenticated web apps. Used in web security to ensure safe form submissions and API requests.

Example:

A developer adds CSRF tokens to prevent malicious form submissions.

WhatsApp Icon