cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: LibCurl with NTLM and Kerberos authentication

From: Isaac Boukris <iboukris_at_gmail.com>
Date: Thu, 3 Sep 2015 07:12:06 -0400

On Sep 3, 2015 1:06 AM, "Joel DePooter" <joel.depooter_at_safe.com> wrote:
>
> 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 );

+1

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