Forum Post: RE: Connecting through a proxy server

  • Thread starter Thread starter Marian Edu
  • Start date Start date
Status
Not open for further replies.
M

Marian Edu

Guest
Depends a lot on what kind of proxy do you have in between, it might worth trying to simply change the host/port on socket connect to go to the proxy instead of the actual server you want to access and then just send the HTTP request as if you were requesting it to the actual server... if it's a HTTP socket that does not require authentication it might work. If it's a SOCKS server then there is a protocol to be implemented and that depends on the SOCKS version used, not so trivial though.

Continue reading...
 
Status
Not open for further replies.
Back
Top