Exploiting SSRF vulnerability, Server-side request forgery is a web security vulnerability that allows
an attacker to cause the server-side application to make requests to an
unintended location.
The application lets the user check whether an item is in stock in a particular
location or not, it does this by passing the URL to the relevant back-end API
endpoint via a front-end HTTP request.
The provided report contains all the steps made to test the vulnerability.