-
-
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
Is there a way to force not to use proxy? #635
Closed
otakustay opened this issue
Jan 6, 2017
· 2 comments
· Fixed by #691 or javascript-indonesias/axios#4
Closed
Is there a way to force not to use proxy? #635
otakustay opened this issue
Jan 6, 2017
· 2 comments
· Fixed by #691 or javascript-indonesias/axios#4
Comments
there is already an open PR, which if merged solves your problem |
Closing as duplicate of #434 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my case I have a
http_proxy
env variable on my development computer which passes all traffic to my vpn, however this proxy would fail to work when hostname islocalhost
, therefore when I'm testing my application it always fails because I setup my server at localhost, I want a method to force axios receiving anone
for proxy config, currently ifproxy
property isnull
orundefined
it will use thehttp_proxy
envThe text was updated successfully, but these errors were encountered: