We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The CLI is not able to do HTTP(S) requests through a proxy. This seems to be inherent to Node.js not supporting proxies (see nodejs/node#8381). However, solutions seem to exist, e.g. https://www.npmjs.com/package/global-agent.
I would be happy to submit a PR if you want me to.
The text was updated successfully, but these errors were encountered:
A PR would be appreciated, thanks!
Sorry, something went wrong.
After looking around, I think https://github.com/npm/make-fetch-happen library would fit very well in place of actually used https://github.com/follow-redirects/follow-redirects, with included HTTP proxy handling in bonus. @chrmarti if you are okay with that, I will start working on the PR.
PR #189 is on the way, it is waiting for an approval to run a workflow.
Fixed with #218
chrmarti
Successfully merging a pull request may close this issue.
Hello,
The CLI is not able to do HTTP(S) requests through a proxy. This seems to be inherent to Node.js not supporting proxies (see nodejs/node#8381).
However, solutions seem to exist, e.g. https://www.npmjs.com/package/global-agent.
I would be happy to submit a PR if you want me to.
The text was updated successfully, but these errors were encountered: