cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to enter NTLM_AUTH?

From: Mikolaj Rydzewski <mikolajr_at_becomo.com>
Date: Wed, 26 Jan 2005 14:27:33 +0100

Daniel Stenberg wrote:

> Use CURLOPT_HTTPAUTH. Set it to the method(s) you want to use:

Thanks for response. I'd rather set curlopt_proxy, it's a proxy host
which requires ntlm auth.

So the following should work?

CURLOPT_PROXY, proxy_host
CURLOPT_PROXYPORT, port
CURLOPT_PROXYUSERPWD, "domain\login:password"
CURLOPT_PROXYAUTH, CURLAUTH_NTLM

Do we set host/port for ntlm authentication? What is the default port?
I'm not a windows user ;-)

-- 
Mikolaj Rydzewski  <mikolajr_at_becomo.com>
Becomo S.A.
tel. (12) 2927104

Received on 2005-01-26