Lucene search
+L

1 matches found

Github Security Blog
Github Security Blog
added 2025/06/18 5:50 p.m.14 views

urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation

urllib3 handles redirects and retries using the same mechanism, which is controlled by the Retry object. The most common way to disable redirects is at the request level, as follows: python resp = urllib3.request"GET", "https://httpbin.org/redirect/1", redirect=False printresp.status 302 However,...

6.1CVSS6.9AI score0.00408EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder