Access SOCKS5 proxy using HTTP header
Posted
by Pirate for Profit
on Stack Overflow
See other posts from Stack Overflow
or by Pirate for Profit
Published on 2010-04-30T22:29:56Z
Indexed on
2010/05/01
7:17 UTC
Read the original article
Hit count: 199
If I am making a proxy factory, can I just make the outgoing request saying Proxy::HTTP
(there's a similar enum for SOCKS) and the SOCKS5 proxy server should automatically detect and handle that correctly, right?
© Stack Overflow or respective owner