Hi, folks,
I just built the QT 4.5.1. When I use the example in 'example/network/http',
it always returns a "SocketAccessError", because it receives a HTTP code 403
from the proxy server.
I have done the following. Is there anything else I missed? Anybody else
meet the same issue? By the way, I am using Solaris, and Sun CC.
Thank you.
QNetworkProxy proxy;
proxy.setType(QNetworkProxy::HttpProxy);
proxy.setHostName("my proxy server");
proxy.setPort(80);
QNetworkProxy::setApplicationProxy(proxy);
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest