[Qt-jambi-interest] Issues with Proxy
Zongheng Zhou
zongheng.zhou at gmail.com
Fri May 22 21:49:00 CEST 2009
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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-jambi-interest/attachments/20090522/9981b5f9/attachment.html
More information about the Qt-jambi-interest
mailing list