How to prevent a web application from accessing local URLs (SSRF) [duplicate]

In our web app the users can specify a URL that the server will access later (POP3 access and browser push notifications).
This means the web app does a network request to a user-chosen server. The web server might have access to parts of … Continue reading How to prevent a web application from accessing local URLs (SSRF) [duplicate]