cURL / Mailing Lists / curl-library / Single Mail

curl-library

Proxy Server Authentication using NTLM

From: Himanshu Purohit <himanshu1213_at_yahoo.com>
Date: Wed, 7 Jun 2006 06:44:06 -0700 (PDT)

Hi,
           I am using NTLM at proxy server.
  following is the piece of code :
   
  // CRet = curl_easy_setopt(m_pCURL, CURLOPT_PROXYUSERPWD,"usr:passwd");
   
  CRet = curl_easy_setopt(m_pCURL, CURLOPT_PROXYAUTH, CURLAUTH_NTLM);
   
  if (CRet != CURLE_OK)
      {
                            // error http State is 407
       }
   
  so here http State is 407 . I m not able to understand why does this fail????
   
  can any body help me out on this??

 __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on 2006-06-07