Current Behavior
Proxy is completly ignored in http request node from HTTP_PROXY env variable if NO_PROXY environment variable is present.
Expected Behavior
HTTP_PROXY and NO_PROXY works as expected.
Steps To Reproduce
set HTTP_PROXY and NO_PROXY vars and try to make request with http request node.
Example flow
No response
Environment
- Node-RED version: 3.0.2
- Node.js version: v12.22.12
- npm version: 6.14.16
- Platform/OS: official docker container node:12-alpine
- Browser: Chrome