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: 292
Hi,
I want to implement proxy support in my application. There are two parts that needs to be implemented:
- Detection of proxy details (protocol, host, port): I am using libproxy for that.
- 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