-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
System proxy seems doesn't work. #790
Comments
What I remember is that system proxy only support |
Oh ya, we probably need to add the socks support to the system proxy code. |
Before I submit this issue, I have searched all issues of |
I found that reqwest can use I have seen your PR in rspotify, to use
|
Wow, it works now, I just simply omit this feature when I go through the document, thanks so much for pointing it out :) |
Ah, is there something we could have done to make that clearer? Do the proxy docs mention the |
I think it's good enough to doc them in the lib :) |
You guys do a great job to make |
Hi Sean, thanks for your hard work, you build an awesome Http client. I have encountered a problem when I used system proxy with reqwest. The document claims
reqwest
doesn't need the explict system proxy setting, system proxies are enabled by default:What I struggle with is that I have explictly set the system proxy setting with:
but
reqwest
still goes without proxy.This is my code:
This is the output:
Do I do something wrong or miss something? I can't figure out why couldn't
reqwest
work with system proxy.The text was updated successfully, but these errors were encountered: