24
6
It seems that a lot of programs are designed to read these environment variables to decide what proxy to go through in order to connect to a resource on the internet. Those programs may also have their own, individual proxy settings, but if those are not set, they'll happily use these environment variables...
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
I just want to know:
- Are these environment variables standard?
- Is there a written specification (may be by the OS manufacturers?) that recommends the use of these environment variables?
1I do not know no_proxy, but http_proxy (written lowercase ) is standard – Uwe Burger – 2015-07-24T20:21:26.193
@UweBurger perhaps you can state which programs use it.. And that goes for the questioner too. I've seen it used on wget – barlop – 2015-07-25T03:23:35.210