Skip to content
New issue

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

Fixing proxy on Axios #176

Merged
merged 1 commit into from
Sep 22, 2020
Merged

Fixing proxy on Axios #176

merged 1 commit into from
Sep 22, 2020

Conversation

davidpatrick
Copy link
Contributor

Description

Default proxy option on Axios does not work. Using http-proxy-agent to handle proxied requests

Testing

Improved proxy testing. No longer using nock, creating actual proxy server to fully test the request is being properly proxied.

Fixes #144

@davidpatrick davidpatrick requested a review from a team September 21, 2020 22:17
Default proxy option on Axios does not work.  Using http-proxy-agent to handle proxied requests
@davidpatrick davidpatrick merged commit 00b390b into master Sep 22, 2020
@ghislaincote
Copy link

Thanks ! Looking forward to test in the next stable version !

@davidpatrick davidpatrick added this to the v1.10.0 milestone Sep 23, 2020
@davidpatrick davidpatrick mentioned this pull request Sep 23, 2020
@janober
Copy link

janober commented Sep 23, 2020

This "fix" currently breaks everything as it moves "https-proxy-agent" to dev even though it gets used in the code. So that should get added again as a regular dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

http proxy error after upgrading from 1.6.0 to 1.8.0
4 participants