Currently, curl_easy_setopt(*curl, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST)
needs to be added to curl_instance_init
on PolyPBX in order to ensure that HTTP requests that require digest auth are successful.
Allow this to be set dynamically using CURLOPT
instead.
You must be