Hello,

I'm having some issue with WebKit while passing through a Proxy.

For each new QWebPage, I set the proxy:


> QNetworkProxy proxy(QNetworkProxy::HttpCachingProxy,
>
> sess->getValue("proxy.Addr"),
>
> sess->getValue("proxy.Port").toInt(),
>
> sess->getValue("proxy.User"),
>
> sess->getValue("proxy.Pass"));
>
> ENetworkAccessManager *NAManager = new ENetworkAccessManager(this);
>
> NAManager->setProxy(proxy);
>
> this->page()->setNetworkAccessManager(NAManager);
>

But for some exceptions, I do not set the proxy to the web page (for page
like localhost). But if this web page have an iframe src="google.com", the
frame does not load the page.
Is it possible to set the proxy for child QWebFrame ? or is there a better
way to do this ?

thanks


-- 
Benoit C.
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to