curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURLOPT_LOGIN_OPTIONS to select multiple ones?

From: Volker Schmid <volker.schmid_at_regify.com>
Date: Thu, 5 Jul 2018 12:54:03 +0200

Hello Patrick,

thanks, this is really working and solved my problem! Would be really great if the libcurl documentation would mention that option here:
https://curl.haxx.se/libcurl/c/CURLOPT_LOGIN_OPTIONS.html

Best and thank you,

Volker

Am 05.07.2018 um 12:26 schrieb Patrick Monnerat:
> On 07/05/2018 11:35 AM, Volker Schmid wrote:
> >
> >
> > Am 03.07.2018 um 17:06 schrieb Volker Schmid:
> >>
> >> So, how to simply exclude GSSAPI or make CURLOPT_LOGIN_OPTIONS
> >> accepting multiple values like "AUTH=NTLM CRAM-MD5 LOGIN PLAIN"?
> >>
> Try "AUTH=NTLM;AUTH=CRAM-MD5;AUTH=LOGIN;AUTH=PLAIN"
> I do not have the infrastructure to test it here, but it should work.
> -------------------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette: https://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-07-05