node-XMLHttpRequest icon indicating copy to clipboard operation
node-XMLHttpRequest copied to clipboard

Support proxy defined via environment variables

Open romario333 opened this issue 8 years ago • 0 comments

To enable HTTP connectivity behind corporate firewalls, a number of tools and programming languages support HTTP/HTTPS proxies defined through environment variables:

HTTP_PROXY=http://proxy.com
HTTPS_PROXY=https://proxy.com
NO_PROXY="*.home.com,another.com"

Handy description of these vars in request module

romario333 avatar Sep 21 '17 14:09 romario333