cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: NTLM Authentification Help

From: David Byron <DByron_at_everdreamcorp.com>
Date: Tue, 23 Mar 2004 08:24:23 -0800

On Tue, 23 Mar 2004, mihai c wrote:

> I have a problem with the authentification on a server
> which uses NTLM, maybe I do not do things right,
> please advice me, any help is good.
>
> So, here it goes:
> curl -v -I --ntlm -u UserName:MyPassword www.SomeSite.com

I've had to specify the domain to get ntlm authentication to work, like
this:

curl -u domain\user:password --ntlm http://www.SomeSite.com

-DB
Received on 2004-03-23