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 _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
