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: 194

Filed under:
|
|
|

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

Related posts about c++

Related posts about proxy