Preventing/Fixing SSRF Issues
SSRF in a nutshell: When a server-based application allows end-users to specify a URL that the server then fetches and processes, the application is susceptible to SSRF attacks. Examples of such features include Webhooks, Blog
Continue reading