- Original Message -
From: "D'Arcy McNally"
To: "Arno Garrels"
Sent: Monday, January 31, 2011 11:59 AM
Subject: RE: [twsocket] THttpCli for NTLM
> Arno.
> Thanks very much for the prompt response.
> I will update to ICSv7 and report back to the mail
Darcy McNally wrote:
> Arno,
> Thanks very much for the prompt reply. One further question. When
> setting HttpCli for NTLM is it also necessary to set/pass the
> username and password, as would be done for a proxy server setup e.g.
> HttpCli->ProxyUsername & HttpCli->ProxyPassword.
If the server
un...@elists.org] On
Behalf Of Arno Garrels
Sent: 14 June 2010 18:16
To: ICS support mailing
Subject: Re: [twsocket] THttpCli for NTLM
Darcy McNally wrote:
> if( CommOptionsPtr->HTTPProxyAuth == pxaNTLM ) //*what
> params to set for this condition*** {
> H
Darcy McNally wrote:
> if( CommOptionsPtr->HTTPProxyAuth == pxaNTLM ) //*what
> params to set for this condition*** {
> HttpCli->ProxyAuth = httpAuthNtlm;
> HttpCli->Proxy = "*" + CommOptionsPtr->HTTPProxyUser + "*" +
> CommOptionsPtr->HTT
Hi,
I have an client weather application that downloads forecast data from our
server, on request, and need to cater for as many client network configurations
as possible. The app can successful download using HTTP Proxy, both No
Authentication and Basic Authentication however I am having proble