cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: LibCurl with NTLM and Kerberos authentication

From: Joel DePooter <joel.depooter_at_safe.com>
Date: Wed, 2 Sep 2015 16:04:18 -0700

You likely need to set the username and password option to ":" in
order to make this work. For example:

static const char* empty_user_password = ":";
curl_easy_setopt( easy_handle, CURLOPT_USERPWD , empty_user_password );

-Joel
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-09-03