]> 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 19:36:50 +0000 (13:36 -0600)
commit78515ad2256472b32fa874ec04156a628b7c8f65
tree1f2bd701bf04ed9d4249cc663f110fac4fc2b7b7
parentdcefd10528af73b16551b56c40126f3be9ed8d07
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 3707712bb796439490553dcbc0886829895351ac)
funcs/func_curl.c