proxy with CONNECT (General questions)
is there a way to check proxy compatibility with CONNECT ?
is there a way to check proxy compatibility with CONNECT ?
by woddrazen
, (5619 days ago) @ cs
Hi,
Inside ProxyType Property you can specify which proxy type you want to use. IF proxy type isn't correct you will receive error that you cannot connect to server. Is this maybe what you need?
If I maybe misunderstand your question can you maybe explain it little bit more?
Regards,
Drazen
by cs
, (5619 days ago) @ woddrazen
ok, CONNECT method is SSL tunneling (http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)
how would i check a proxy while using the CONNECT method?
by woddrazen
, (5619 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

Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.

Thanks! We love your software and your great support!

Thank you so much for your hard work and commitment in producing well thought-out solutions. WeOnlyDo is very committed to customer satisfaction!

You made it so simple for us to integrate SFTP - a technology we had little experience with...

Thank you for the great customer service ... I am really impressed with the wodSSH ActiveX control.

Not only wodSFTPdll is excellent, the service you have provided is outstanding and second to none!

...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...

...with WOD's excellent support I was able to bypass Winsock and focus on the task at hand...

We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.

The SFTP ocx is one of the finest pieces of programming I have seen. It worked out of the box...

