gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Support autoproxy configuration (PAC) in windows HTTP uploader #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Windows sender lib doesn't support PAC autoproxy configuration, since
you have to explicitly call some APIs to enable it:

http://msdn2.microsoft.com/en-us/library/aa383910.aspx

It looks like it's kind of a pain in the ass.

Original issue reported on code.google.com by ted.mielczarek on 4 Dec 2007 at 3:00

GoogleCodeExporter commented 9 years ago
Is it possible to use standard Internet Explorer API to send files through its 
proxy?
I think windows scripting API works just like that. 

Original comment by techtonik@gmail.com on 5 Dec 2007 at 3:37

GoogleCodeExporter commented 9 years ago
I don't know anything about the "Internet Explorer API".  The HTTP upload code 
uses
WinINET.  Docs I've seen online said WinHTTP has a similar problem, you still 
have to
do some manual work to get PAC proxies working.  Also WinHTTP is only available 
on
Win2k3 and above.

Original comment by ted.mielczarek on 10 Dec 2007 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 10 Dec 2007 at 7:53