Skip to content

Add proxy support for http and https#43

Open
Thread974 wants to merge 1 commit intodisqus:masterfrom
Thread974:master
Open

Add proxy support for http and https#43
Thread974 wants to merge 1 commit intodisqus:masterfrom
Thread974:master

Conversation

@Thread974
Copy link

If http_proxy or https_proxy environment variable is defined,
feed its content to python's http_client library.
In a shell script, it is possible to assign the proxy :
$ export http_proxy="http://192.168.0.17:3128".
$ export https_proxy="http://192.168.0.17:3128".

Signed-off-by: Frédéric Dalleau frederic.dalleau@collabora.com

If http_proxy or https_proxy environment variable is defined,
feed its content to python's http_client library.
In a shell script, it is possible to assign the proxy :
$ export http_proxy="http://192.168.0.17:3128".
$ export https_proxy="http://192.168.0.17:3128".

Signed-off-by: Frédéric Dalleau <frederic.dalleau@collabora.com>
@jdm-twtr
Copy link
Contributor

Any chance we can get this PR merged?

@jdm-twtr
Copy link
Contributor

Any possibility to get this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments