Overview: CSRF Protection Using Origin Validation¶
CSRF (Cross-Site Request Forgery) is an attack vector in which the authenticated victim user that visits a sensitive site, such as a bank account, is lured to click on a malicious link attempting a fraudulent operation, such as a bank transfer, on that sensitive site. The link may be sent over email or in a hidden frame in another site. WAF provides protection against CSRF attacks by validating the Origin header for AJAX POST requests (default configuration).