Closed synergiator closed 5 years ago
CS incorporates the requests library which supports proxies.
http://docs.python-requests.org/en/latest/api/#module-requests
How can I pass the proxy confguration to it through cs?
In a proxy environment, the library does not seem to read in standard system http_proxy variables.
taking a closer look at it, it seems to be supported by requests using the environment variables.
http://docs.python-requests.org/en/master/user/advanced/#proxies
indeed, you're right! thanks
Cheers,
CS incorporates the requests library which supports proxies.
http://docs.python-requests.org/en/latest/api/#module-requests
How can I pass the proxy confguration to it through cs?
In a proxy environment, the library does not seem to read in standard system http_proxy variables.