hi guys i have created a plugin for Jquery, this plugin interface Asterisk via AJAM, work perfectly with Firefox but no with IE. I dont understand where is the error or if this is a bug of the asterisk webserver the code is very simple i add a little example:
var Response = $.ajax({ type: "GET", url: "asterisk/mxml", data: "action=login&username=xxxxx&secret=xxxxxx", async: false }).responseXML; With this code is possible to login with administratro manger of Astrerisk, the response is an XML string, the metod is GET, no POST or others only GET The asterisk webserver send the 501 error, that correspond a send of metod no existent i Dont have idea can you help me? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/