I often need to make a HTTP request to a user supplied URL, but I then need to protect myself from SSRF attacks, such as users supplying URL's to "localhost:3000/protected-thing" etc. SSRF Proxy is hopefully the simplest and quickest way to get protection. Currently there is just a Node SDK but I will generate other languages soon.<p>It is built on Elixir/Phoenix with live view and uses <a href="https://github.com/stripe/smokescreen">https://github.com/stripe/smokescreen</a> and nextdns in the background.