[Video] my API accepts URLs as input

If your API accepts a URL from a client, you need to pay special attention to input validation in your API code.

Hackers can abuse the URL input to force your API server into making unexpected internal or external requests.

Learn best practices to avoid Server-Side Request Forgery (SSRF) vulnerabilities in your API code…