ditto-clients icon indicating copy to clipboard operation
ditto-clients copied to clipboard

[JS] Acknowledge NO_PROXY env variable in node implementation

Open ffendt opened this issue 3 years ago • 0 comments

The proxy implementation in the NodeJS implementation of the JS client is currently capable of using the HTTPS_PROXY and HTTP_PROXY environment variables and will automatically proxy requests if those are set. However, it ignores the NO_PROXY variable, which e.g. might cause problems in localhost scenarios.

ffendt avatar May 26 '21 13:05 ffendt