Request Forging
There are two types of request forgery attacks
- CSRF - Cross Site Request Forgery
- SSRF - Server Side Request Forgery
CSRF - Cross Site Request Forgery

It's all about how the attacker tricks the browser to send a request to the server with the credentials of the user.
SSRF - Server Side Request Forgery
It's about how a server is tricked to make a forged call to another server.
not just a browser attack
It can be for example even letting an AI agent just open an URL in the pretext of asking it to access a website using browser.