1 Attachment(s)
https / http Proxy server
I am working on proxy server in VB6 using winsock control, It works fine with normal http sites like www.google.com etc.
But it does not work with https:// sites like www.hotmail.com or rediffmail.com, mail.yahoo.com etc.
I think there is some problem with http headers communication between client-proxy-remote site.
I have downloaded many scripts from the internet, but no one works with https proxy.
Where I will get help to handle http headers through proxy server.
Sample code downloaded from internet is attached to this query.
Pls help!
Thanks in advance
Re: https / http Proxy server
Since HTTPS is a secure (encrypted) HTTP connection, you'll need some sort of SSL module to handle the encryption.
Example:
http://www.pscode.com/vb/scripts/Sho...49170&lngWId=1