Ptr32Void / OSTrICa

306 stars 92 forks source link

Proxy Settings #10

Closed FantaGhost closed 7 years ago

FantaGhost commented 7 years ago

I'm unable to get results from a host behind corporate proxy. I set up the following two ENV: http_proxy=http://:/ https_proxy=http://:/

Ptr32Void commented 7 years ago

It is probably related to the python library request.py. I have not tested it behind an HTTP proxy as I do not have it; but the code was not written to work behind proxies; so it might not work as expected unfortunately. If you can make it work in some way please do and open a pull request.

Thanks.