Qt-interest Archive, March 2002
Problem with using Proxy servers with QUrlOperator
Message 1 in thread
- Subject: Problem with using Proxy servers with QUrlOperator
- From: "Haresh M. Nandwani" <h.nandwani@xxxxxxxxxxxx>
- Date: Wed, 13 Mar 2002 15:19:13 +0530
- Thread-index: AcHKFyTRltkifgsMSCKtAgzP4QRL/wAXJfdw
- Thread-topic: QCanvas
- To: <qt-interest@xxxxxxxxxxxxx>
Hi All,
I am developing a small application in Qt which has to connect to an
external site using HTTP.I have used the QUrlOperator and the problem i
am facing is that i am going through a proxy server which requires
Authentication.I have tried using the setUser and setPassword properties
but this doesnt seem to help.Also my network has domains too so is there
some way to pass that info to Qt also.Can anyone tell me a way out of
using the Qt libraries through proxies.
Thanks in advance
Haresh