[Freeswitch-users] mod_xml_curl and basic authentication

Michael Jerris mike at jerris.com
Mon Nov 10 11:59:54 PST 2008


How about in the response, typically the server would challenge for  
auth creds.

Mike

On Nov 10, 2008, at 12:17 PM, MEHDi CHAABOUNi wrote:

> I've just analyzed the header of the HTTP request made by  
> Freeswitch, there's no Authorization section like
> "Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
>
> it could be a bug
>
> On Sun, Nov 9, 2008 at 8:39 PM, MEHDi CHAABOUNi <mehdi.chaabouni at gmail.com 
> > wrote:
> Hi,
>
>
> I'm trying to fetch a dialplan using mod_xml_curl.
> The problem is that I can't get it to work when basic authentication  
> is enabled in my webapp.
> I think that FS is not sending the Authentication in the header when  
> making requests.
>
> Am I missing something? Is there something else that I should set  
> beside adding the following line to the file "xml_curl.conf.xml"
> <param name="gateway-credentials" value="username:password"/>
>
> here's my "xml_curl.conf.xml":
> <configuration name="xml_curl.conf" description="cURL XML Gateway">
>   <bindings>
>     <binding name="dialplan fetcher">
>       <param name="gateway-url" value="http://localhost:8080/ 
> dialplan" bindings="dialplan"/>
>       <param name="gateway-credentials" value="root:root"/>
>     </binding>
>   </bindings>
> </configuration>
>
> Thanks
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081110/205acaae/attachment-0002.html 


More information about the FreeSWITCH-users mailing list