Commit Graph

3 Commits

Author SHA1 Message Date
Jordan Aasen
d9518c0eac [PM-30751] - add secure SSRF protection for internal IPs (#7256)
* secure SSRP protection for internal requests

* remove nullable enable

* explicitly handle redirect requests for SSRF

* track current uri in SsrfProtectionHandler. add followRedirects option in AddSsrfProtection

* preserve request method for 301 and 302 requests

* Migrate admin HttpClient usages to IHttpClientFactory

* add missing dep
2026-04-14 10:13:33 -07:00
Jordan Aasen
2187c2a2cb Revert "[PM-30751] - add secure SSRF protection for internal IPs (#7184)" (#7255)
This reverts commit 0cba609304.
2026-03-19 10:10:58 -07:00
Jordan Aasen
0cba609304 [PM-30751] - add secure SSRF protection for internal IPs (#7184)
* secure SSRP protection for internal requests

* remove nullable enable

* explicitly handle redirect requests for SSRF

* track current uri in SsrfProtectionHandler. add followRedirects option in AddSsrfProtection

* preserve request method for 301 and 302 requests
2026-03-18 09:11:25 -07:00