Re: [Freeswitch-users] mod_xml_curl and basic authentication

2008-11-10 Thread MEHDi CHAABOUNi
The problem is caused by the plugin I'm using in my webapp (GRAILS+ACEGI) which is not challenging the post with a 401 response. On Mon, Nov 10, 2008 at 2:59 PM, Michael Jerris <[EMAIL PROTECTED]> wrote: > How about in the response, typically the server would challenge for auth > creds. > Mike >

Re: [Freeswitch-users] mod_xml_curl and basic authentication

2008-11-10 Thread Michael Jerris
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 QWxhZGRpbjpvcGVuIHNlc2

Re: [Freeswitch-users] mod_xml_curl and basic authentication

2008-11-10 Thread MEHDi CHAABOUNi
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 <[EMAIL PROTECTED]>wrote: > Hi, > > > I'm trying to fetch a dialplan u

[Freeswitch-users] mod_xml_curl and basic authentication

2008-11-09 Thread MEHDi CHAABOUNi
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