]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 17:40:37 +0000 (11:40 -0600)
commitb155601f1c281ec06269ef265c92763e277b3627
treef475899e8244749fed93c7f18fdd13c8e1f15110
parent9eef99f8f39613adf477551478531ad80c77996d
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.

(cherry picked from commit 06e05a41c35234ab21b191a47494079918da98b0)
funcs/func_curl.c