双草酸酯 <ad...@0x.mk> added the comment:

I came across this issue as well.
I checked Microsoft documentations and it seems `InternetGetProxyInfo` in 
WinInet is deprecated, while `WinHttpGetIEProxyConfigForCurrentUser` in WinHTTP 
will return the exact same string as what it stored registery. 

https://docs.microsoft.com/en-US/troubleshoot/windows-client/networking/configure-client-proxy-server-settings-by-registry-file
Also from this documentation, a proxy server could have "http://"; prefix, so I 
guess it could also support "https://"; prefix if a user set a https proxy.

----------
components:  -Windows
nosy: +kotori

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to