cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1297 -u : --negotiate do not work when -K is used

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Wed, 06 Nov 2013 23:08:10 +0000

I posted my ideas and thoughts around a possible fix here (with a patch):

http://curl.haxx.se/mail/archive-2013-11/0010.html

---
** [bugs:#1297] -u : --negotiate do not work when -K is used**
**Status:** open-confirmed
**Created:** Wed Nov 06, 2013 03:19 PM UTC by Michael Osipov
**Last Updated:** Wed Nov 06, 2013 10:27 PM UTC
**Owner:** Daniel Stenberg
I do use:
curl 7.33.0 (x86_64-unknown-linux-gnu) libcurl/7.33.0 OpenSSL/1.0.0 zlib/1.2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz
Invoking a URL with:
$ curl -i -L -o /dev/null -k --negotiate -u : $URL
works as expected. Negotiate auth is performed. When I transform this to a param file and pass with -K
$  curl -K params.txt
Warning: params.txt:6: warning: '-u' requires parameter
Interestingly, if I set -u foo:bar in the param file, the download works as expected.
The -u in the params file should behave same as in the first example.
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2013-11-07

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET