implementing proxy support in C, is there any library for that?

Posted by Sabya on Stack Overflow See other posts from Stack Overflow or by Sabya
Published on 2010-03-24T06:41:02Z Indexed on 2010/03/24 6:43 UTC
Read the original article Hit count: 271

Filed under:
|
|

Hi,

I want to implement proxy support in my application. There are two parts that needs to be implemented:

  1. Detection of proxy details (protocol, host, port): I am using libproxy for that.
  2. Connecting to the the proxy server and telling it to relay the packets. Get the connected socket and then use it in your application.

Is there library for the #2 part?

© Stack Overflow or respective owner

Related posts about c

    Related posts about proxy