[webkit-help] How to Set Proxy

Julien Chaffraix julien.chaffraix at gmail.com
Tue Jan 19 11:35:18 PST 2010


Hi Abhiroop,

> thanks for the information.
> I am using a Linux port of Webkit with revisions in the 50,000 range.
> My requirement mandates use of curl.
> So, could u tell me how curl handles proxy settings.

cURL will also read the http_proxy, ftp_proxy or all_proxy environment
variables so the method in
http://lists.macosforge.org/pipermail/webkit-help/2009-December/000477.html
should work.
FYI, there is an internal WebCore API to set it from C++
(ResourceHandleManager::setProxyInfo) which is only exposed to the
library on the wx port.

Regards,
Julien


More information about the webkit-help mailing list