Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, August 2007
QT 4.3 NTLM


Message 1 in thread

Hi All,

Referring to QT 4.3 new features, that it is possible to connect Http server via NTLM proxy server. But until now, I still can't find a way to connect http server via NTML authentication. Here is what I have try to do:


	QNetworkProxy proxy(QNetworkProxy::Socks5Proxy, "192,168.88.11", 8080, "myusername", "mypassword");
	//m_pHttp is instance of QHttp
	m_pHttp->setProxy(proxy);

	QUrl url("http://labs.trolltech.com/blogs/feed";);
	m_pHttp->setHost(url.host());
	m_pHttp->get(url.path());

Is there anything else that I have to implement to enable this NTLM pauthentication.

thanks for the help


Islahul

--
 [ signature omitted ]