-
Notifications
You must be signed in to change notification settings - Fork 285
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
automatic proxy detect on windows #7
Comments
|
we need to add a hint to tell code, we use system proxy. |
for #7 Signed-off-by: ykdl <zhangn1985@gmail.com>
for #7 Signed-off-by: ykdl <zhangn1985@gmail.com>
for #7 temp remove cookies Signed-off-by: ykdl <zhangn1985@gmail.com>
fix #7 Signed-off-by: ykdl <zhangn1985@gmail.com>
for #7 Signed-off-by: ykdl <zhangn1985@gmail.com>
for #7 Signed-off-by: ykdl <zhangn1985@gmail.com>
for #7 temp remove cookies Signed-off-by: ykdl <zhangn1985@gmail.com>
fix #7 Signed-off-by: ykdl <zhangn1985@gmail.com>
for #7 Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
for #7 Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
for #7 temp remove cookies Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
On Linux maybe Mac, we can use
os.getenv('http_proxy')
to detect system proxy.But on Windows, things different.
basically via register:
but
value
are binary format, I don't know how to parse it. help is needed.The text was updated successfully, but these errors were encountered: