View Single Post
  #7 (permalink)  
Old August 24th, 2003
trap_jaw4 trap_jaw4 is offline
Moderator
 
Join Date: May 16th, 2003
Posts: 1,118
trap_jaw4 is flying high
Default

You simply send the HTTP proxy a request like this:
"CONNECT <HOST>:<PORT> HTTP/1.0\r\n\r\n"
and if the HTTP proxy answers "200 CONNECTED" you are connected. It's really, very, very simple.
Reply With Quote