[Qt-jambi-interest] problems with WebKit and proxy
Eskil Abrahamsen Blomfeldt
eblomfel at trolltech.com
Thu Mar 27 12:53:41 CET 2008
Fernando Rosado Altamirano wrote:
>
> I obtaind :
> UNEXPECTED RESPONSE: [HTTP/1.0 403 Forbidden
> ...
> X-Squid-Error: ERR_ACCESS_DENIED 0
This is a message from the proxy server and seems to mean that something
in your Squid configuration is denying your application access. Are you
sure it's set up correctly?
I set up a Squid server locally to test it, and the default
configuration denies any access to ports other than the SSL port (port
443.) Before I removed this line from the configuration file, I got the
same error message as you do.
>
> And finally, if i change :
>
> QWebView browser = new QWebView (this);
>
> obtain a Error:
I am not able to reproduce this problem. Do you think you could provide
some example code which demonstrates the crash?
-- Eskil
More information about the Qt-jambi-interest
mailing list