I'm trying to make cross domain AJAX calls using this specification (http://www.w3.org/TR/cors/) and works well with Firefox and Webkit browsers using directly the XMLHttpRequest object.
When I do the same using prototype Ajax object, fails. The browser sends two requests to server using OPTION and POST methods, but prototype only reaches to send an OPTION request, then fails. So my question is, can I use access-control in prototype passing some magic arguments to Ajax.Request object? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
