]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_curl: Allow auth methods to be set.
authorNaveen Albert <asterisk@phreaknet.org>
Fri, 1 Aug 2025 15:58:16 +0000 (11:58 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 5 Aug 2025 16:49:17 +0000 (16:49 +0000)
commit3707712bb796439490553dcbc0886829895351ac
treea21707d1560f259a5cce3cb17f0351cc6ddba601
parenta60b15d66c53a630982cd2227bff96373231b896
func_curl: Allow auth methods to be set.

Currently the CURL function only supports Basic Authentication,
the default auth method in libcurl. Add an option that also
allows enabling digest authentication.

Resolves: #1332

UserNote: The httpauth field in CURLOPT now allows the authentication
methods to be set.
funcs/func_curl.c