<div dir="ltr">Hi,<br><br><br>I&#39;m trying to fetch a dialplan using mod_xml_curl.<br>The problem is that I can&#39;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 &quot;xml_curl.conf.xml&quot;<br>&lt;param name=&quot;gateway-credentials&quot; value=&quot;username:password&quot;/&gt;<br>
<br>here&#39;s my &quot;xml_curl.conf.xml&quot;:<br>&lt;configuration name=&quot;xml_curl.conf&quot; description=&quot;cURL XML Gateway&quot;&gt;<br>&nbsp; &lt;bindings&gt;<br>&nbsp;&nbsp;&nbsp; &lt;binding name=&quot;dialplan fetcher&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;gateway-url&quot; value=&quot;<a href="http://localhost:8080/dialplan">http://localhost:8080/dialplan</a>&quot; bindings=&quot;dialplan&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;gateway-credentials&quot; value=&quot;root:root&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/binding&gt;<br>&nbsp; &lt;/bindings&gt;<br>&lt;/configuration&gt;<br><br>Thanks<br></div>