Skip to content

curlhttpsrc: Add curl anyauth option

Robert Rosengren requested to merge robberos/gstreamer:curlhttpsrc_anyauth into main

Add curl anyauth option to support http request to endpoints not using only basic authentication (as default in curl). Also aligning with curlhttpsink that already uses this option.

Merge request reports