Re: Proxy infomration

Abhijit Menon-Sen <[email protected]> Tue, 19 Jul 2005 16:02:06 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Message-ID <[email protected]>
At 2005-07-19 15:43:22 +0530, bsingh-dv/[email protected] wrote:
>
> How can I fetch the HTTP/HTTPS proxy information in my c/c++ program?

(Is it C, or C++? They're two different languages.)

If you're using libcurl, it'll worry about the proxy settings for you,
and you don't have to (and shouldn't) do anything else.

> Any help or pointers will be appreciated!

Perhaps you should read the libcurl programming tutorial (and manual).

-- ams