]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 5 Aug 2025 16:49:22 +0000 (16:49 +0000)
commit2ae6cb7c931f525bfe930352365fa9aaf2deebec
tree76a478959856693d255356b394b7923ecb4a8980
parent723410e3126e2d6a6a05e89cdf0cb23f4556af3a
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