Re: proxy with CONNECT - WeOnlyDo Discussion board

Re: proxy with CONNECT (General questions)

by woddrazen, Wednesday, June 16, 2010, 00:05 (5273 days ago) @ cs

Hi,


When you set ProxyType Property to ProxyWEBStandard WEB proxy will be used. This means that CONNECT command is used with proxy server.

If you want to check which proxy server is used. You can try to use wodHttpDLX Trace Method and read from headers server type.
[code]Set http1 = New wodHttpDLXCom

http1.Blocking = True
http1.HostName = proxy_hostname
http1.Port = proxy_port
http1.Timeout = 20
http1.Trace

Debug.Print Server: & http1.Response.Server
Debug.Print http1.Response.Headers.ToString[/code]

If this isn't what you need. Maybe you can explain your problem little bit more so we can try to help you.


Drazen


Complete thread: