[webkit-help] not able to access internal sites through winLauncher

Julien Chaffraix julien.chaffraix at gmail.com
Fri Sep 2 07:35:44 PDT 2011


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


More information about the webkit-help mailing list