Expected Findings
- Proxy accepts arbitrary schemes including `file://` and `http://localhost`.
- AWS instance metadata is reachable through the proxy.
- Internal services on the same host return their banners.
The avatar resizer fetches any URL the client supplies, including cloud metadata, internal services, and `file://` paths.
resp, _ := http.Get(req.URL.Query().Get("url")) // no allow-list