win32inet.WinHttpGetIEProxyConfigForCurrentUser
tuple = WinHttpGetIEProxyConfigForCurrentUser(handle, url , options )
Obtains the Internet Explorer proxy configuration for the current user.
Parameters
Win32 API References
Return Value
The result is a windows WINHTTP_PROXY_INFO structure; a tuple of an int (bool) and 2 unicode strings (dwAccessType, lpszProxy, lpszProxyBypass).