urllib3 versus requests #81
janetcgreen
started this conversation in
Ideas
Replies: 1 comment
-
Would you post at #82 how you use requests, in particular the proxy configuration that you must pass it? Related: #70 Would using the method there work? If so, I'll quickly make a release that adds a proxy keyword argument (should have done two years ago ...). Switching to requests is ideal, but will take development of new tests to ensure backwards compatability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is a request to use the requests module instead of just urllib3.PoolManager() to connect. For those of us who have to work with security issues and connect through a proxy server the urllib3.PoolManager does not work. The requests module handles all that.
Beta Was this translation helpful? Give feedback.
All reactions