Files
asterisk/funcs/func_curl.c
Naveen Albert 78515ad225 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 3707712bb7)
2025-09-17 13:36:50 -06:00

32 KiB