You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature description
In many educational centers, internet access is managed through a proxy, and it may require authentication.
Add support for proxies in requests, and also authentication (basic-auth at least)
Possible implementation For testing purposes: Add the following lines after the imports statements:
Then add an optional command line option to handle this gracefully.
Notes
Sorry my english, it's not my mother tongue.
I don't code on python, so I don't fill that I can contribute, but I clone this repo and made the above modifications (thanks to stackoverflow) and it works as a charm through my authenticated proxy.
The text was updated successfully, but these errors were encountered:
Feature description
In many educational centers, internet access is managed through a proxy, and it may require authentication.
Add support for proxies in requests, and also authentication (basic-auth at least)
Possible implementation
For testing purposes: Add the following lines after the imports statements:
Then add the proxies to each request, for example (see the
proxies=proxyDict
statement):and
and so on...
Then add an optional command line option to handle this gracefully.
Notes
The text was updated successfully, but these errors were encountered: