[Qt-interest] Qt-interest Digest, Vol 6, Issue 246
Zongheng Zhou
zongheng.zhou at gmail.com
Wed May 27 15:11:12 CEST 2009
> Zongheng Zhou wrote:
> >I just built the QT4.5.1. I tried some examples, and it works fine.
> > However, when I tried the network examples (network/http), it always
> > returns a "SocketAccessError", with the following response:
> >"HTTP/1.1 403 Forbidden\015\nCache-Control: no-cache\015\nPragma:
> >no-cache\015\nContent-Type: text/html;
> > charset=utf-8\015\nProxy-Connection: Keep-Alive\015\nConnection:
> > Keep-Alive\015\nContent-Length: 620\015\n\015\n" Because I am using
> > proxy, I simply added the following 5 lines in the main function. Is
> > there anything else I missed? Anybody else meet the same issue? By the
> > way, I am using Solaris, and Sun CC.
>
> Your proxy replied with error 403, indicating you're simply not allowed to
> use the proxy.
>
> It's not a request for authentication (that would be a 407). You should
> contact your network admin to find the correct coordinates for the proxy.
>
> --
> Thiago Macieira - thiago.macieira (AT) nokia.com
> Senior Product Manager - Nokia, Qt Software
> Sandakerveien 116, NO-0402 Oslo, Norway
But the other application such as 'wget' works fine, when the environment
variable 'http_proxy' is set as the same proxy server and port. Anything
special here?
Thanks for your answer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090527/d9d3eeb3/attachment.html
More information about the Qt-interest-old
mailing list