<div dir="ltr">Hi,<br><br><br>I'm trying to fetch a dialplan using mod_xml_curl.<br>The problem is that I can't get it to work when basic authentication is enabled in my webapp.<br>I think that FS is not sending the Authentication in the header when making requests.<br>
<br>Am I missing something? Is there something else that I should set beside adding the following line to the file "xml_curl.conf.xml"<br><param name="gateway-credentials" value="username:password"/><br>
<br>here's my "xml_curl.conf.xml":<br><configuration name="xml_curl.conf" description="cURL XML Gateway"><br> <bindings><br> <binding name="dialplan fetcher"><br>
<param name="gateway-url" value="<a href="http://localhost:8080/dialplan">http://localhost:8080/dialplan</a>" bindings="dialplan"/><br> <param name="gateway-credentials" value="root:root"/><br>
</binding><br> </bindings><br></configuration><br><br>Thanks<br></div>