Uh oh!
There was an error while loading. Please reload this page.
Setting app=... or transport=... should bypass environment proxies. - #1122
Conversation
Sorry to pop this back up, and this probably just reflects may lack of understanding of proxies, but I was wondering why using a transport also disregards the proxy. Looking at the requests HTTPAdapter (which seems to be similar in most regards), environmental proxies are maintained, so in the following example: The proxy is used in all but case 2. I ran into this when we migrated an app to an environment needing proxies, and found everything worked based on environment proxy settings except the one case in which we added retries when making a large number of calls to a somewhat flaky external service. It was straightforward to add proxy rules directly, so no complaints per se, but I was wondering on the rationale behind this. |
If either
app=...ortransport=...are passed explicitly, then no env-var proxies should be used.Closes #1039
Eg.