Re: Proxy info on Linux

Abhijit Menon-Sen <[email protected]> Fri, 15 Jul 2005 18:03:47 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Message-ID <[email protected]>
At 2005-07-15 18:00:10 +0530, bsingh-dv/[email protected] wrote:
>
> Is there any API or system call or any other method which enable me
> to read the proxy server information on Linux in a C/C++ program to
> connect to internet?

I'm not sure I understand your question.

Possible answers range from getenv("http_proxy") to SOCKS.

-- ams