it sends the request fine in firefox but it never gets sent in ie7 (im using
iewatch).  here's my code:

var headers = ['Man', 'POST http://' + location.host + '/something
HTTP/1.1','MessageType','CALL'  ];
    var myAjax = new Ajax.Request( url, { requestHeaders: headers
,contentType: 'text/xml', method: 'post', postBody: myString, onComplete:
parseResponse });

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to