[Bug 15393] New: winhttp doesn't support proxy connections

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 24 05:53:34 CDT 2008


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 at winehq.org
        ReportedBy: fnjordy at 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/[email protected]/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>"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list