]> 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)
commit06e05a41c35234ab21b191a47494079918da98b0
tree8147d793918433c667ce3f8d71513e17675016b6
parente7ae1f7cf1a2a45c8e16acc2df687f01c4663768
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