http://bugs.winehq.org/show_bug.cgi?id=15393
Summary: winhttp doesn't support proxy connections Product: Wine Version: 1.1.5 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winhttp AssignedTo: wine-bugs@winehq.org ReportedBy: fnjordy@gmail.com
wininet already supports proxy connections but winhttp does not, causing Google Chrome to not work behind a proxy.
Example tiny apps to compare:
wininet.dll using app, HTTPDemo.exe:
http://www.archivum.info/cbuilder-3p@elists.org/2005-06/msg00021.html
winhttp.dll using app, ALWinHTTPClientDemo.exe, I had to use IP addresses for this to work on the intranet (?)
http://www.delphi-files.com/Vcl/Internet/HTTP/ALWinHttpClient-v-3-10.html
I have $http_proxy set to "http://wpad:3128/" and the following registry keys, as per http://support.microsoft.com/kb/819961
Regedit4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MigrateProxy"=dword:00000001 "ProxyEnable"=dword:00000001 "ProxyHttp1.1"=dword:00000000 "ProxyServer"="http://wpad:3128" "ProxyOverride"="<local>"