-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Need to bypass proxy #434
Comments
I agree that axios should honor the Are you interested in creating a PR for this? |
@nickuraltsev I can help with the fix since I need it too but I am unable to run the unit tests so not sure if I am breaking something else. |
@cesarp What's going on with unit tests? |
The unit tests hang on my Linux machine but work properly in macOS |
Hi! Is there any progress with this PR? thx |
Yeah, this one just bit me too: http://stackoverflow.com/q/43433380/516433. No idea it was using |
Was this resolved? We're seeing axios 0.19.0 ignore |
Oh, it seems it expects commas |
I have some endpoints that my proxy server doesn't handle well and in my NodeJS environment the http_proxy environment is set.
Can you honor the no_proxy environmental variable and/or allow a config option to disable proxy usage?
I'm using axios@0.13.1 for now.
The text was updated successfully, but these errors were encountered: