CSRF(Cross Site Request Forgery)
Users visit malicious websites and send the unintended request to other websites.
How to prevent
- csrf token
- origin or referral header
- check about cookie samesite attr
Users visit malicious websites and send the unintended request to other websites.