
Originally Posted by
rmagro
Any Idea ??
try to get IE proxy settings from
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsCurre ntVersion\Internet Settings
parameters:
ProxyEnable
ProxyOverride
ProxyServer
I suppose on a dialog you must take params and fill QAuthenticator...
void HttpSoapConnection::slotAuthenticationRequired( QNetworkReply *reply, QAuthenticator *authenticator )
{
Q_UNUSED( reply );
kWarning() << "Got http authentication request for" << authenticator->realm() <<
"while connecting to" << endpoint_;
}
void HttpSoapConnection::slotAuthenticationRequired( QNetworkReply *reply, QAuthenticator *authenticator )
{
Q_UNUSED( reply );
kWarning() << "Got http authentication request for" << authenticator->realm() <<
"while connecting to" << endpoint_;
}
To copy to clipboard, switch view to plain text mode
Bookmarks