Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib3: Handle proxy environment variables #2787

Open
jku opened this issue Feb 13, 2025 · 0 comments · May be fixed by #2789
Open

urllib3: Handle proxy environment variables #2787

jku opened this issue Feb 13, 2025 · 0 comments · May be fixed by #2789

Comments

@jku
Copy link
Member

jku commented Feb 13, 2025

This is filed in anticipation of #2762 getting merged.

urllib3 made a conscious decision to not handle proxy variables -- this is understandable for them but I don't think we can just hand wave the issue away: loads of users are behind dumb corporate proxies and their only way to get software working is proxy variables.

We can implement a small component above urllib3 PoolManager/ProxyManager that handles this. I have a prototype already

@jku jku linked a pull request Feb 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant