twilio / twilio-node

Node.js helper library
MIT License
1.39k stars 509 forks source link

Why does twilio-node use https-proxy-agent? #922

Open grahamb opened 1 year ago

grahamb commented 1 year ago

twilio-node uses https-proxy-agent and will use its agent if process.env.HTTP_PROXY (and interestingly, not HTTPS_PROXY, nor the lower-case variants) is set. Why is this the case? axios supports HTTP(S) proxies natively, and unlike https-proxy-agent, it also respects the NO_PROXY/no_proxy?

Hunga1 commented 1 year ago

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. (Internal ref: DI-2621)