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
Darcy McNally wrote:
> if( CommOptionsPtr->HTTPProxyAuth == pxaNTLM ) //*what
> params to set for this condition*** {
> HttpCli->ProxyAuth = httpAuthNtlm;
> HttpCli->Proxy = "*" + CommOptionsPtr->HTTPProxyUser + "*" +
> CommOptionsPtr->HTT
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.
As I'm unable to mimic an NTLM network fro