Discussion:
Clients with Proxy Server
(too old to reply)
mike
2008-03-19 20:00:29 UTC
Permalink
I am have trouble getting a Proxy Server to test with.

With an ActiveX control built to use WinHTTP, on a regular IE client that goes through a proxy server, will the WinHTTP configuration work or are there settings WinHTTP needs?

Thanks,

- Mike
MC
2008-04-09 19:59:04 UTC
Permalink
Post by mike
I am have trouble getting a Proxy Server to test with.
With an ActiveX control built to use WinHTTP, on a regular IE client
that goes through a proxy server, will the WinHTTP configuration work or
are there settings WinHTTP needs?
Thanks,
- Mike
I tried retrieving the registry value:
Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
and then set WinHTTP's Proxy setting with that value

Const HTTPREQUEST_PROXYSETTING_PROXY = 2
Set HttpReq = New WinHttpRequest
HttpReq.SetProxy HTTPREQUEST_PROXYSETTING_PROXY, "registry value"
Loading...