curl-users
Re: IIS and Kerberos problem
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 31 Oct 2005 15:57:48 +0100 (CET)
Date: Mon, 31 Oct 2005 15:57:48 +0100 (CET)
On Mon, 31 Oct 2005, frank.vantol_at_bt.com wrote:
> Am i using the wrong commandline args ?
>
> curl http://pocsrv07/printers/hplj2200ps/.printer --data-binary @printpost
> -H User-Agent: -H Accept: -H Content-Type:" application/ipp" --trace -
> --negotiate
KNOWN_BUGS #10:
To get HTTP Negotiate authentication to work fine, you need to provide a
(fake) user name (this concerns both curl and the lib) because the code
wrongly only considers authentication if there's a user name provided.
http://curl.haxx.se/bug/view.cgi?id=1004841.
So you need to use something like "-u fake:fake" to trigger it.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-10-31