Hi, > I have set the proxy. I have change the ResourceHandleManager.h to set the > proxy. But then also It’s giving me error “Network > Error(dns_unresolved_hostname) > > Your requested host “xxx.xxx.net” could not be resolved by DNS.”
That seems like a fairly obvious issue. Check that you can resolve this address, then try the command line tool curl using your proxy and work your way from there to WebKit. cURL will abide by the all_proxy environment variable and it is likely faster to just test with it and then copy the parameters to WebKit. In debug, you can set up the environment variable DEBUG_CURL to get better logs from WebKit that should help you pinpoint the problem. Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
