Monday, December 10th, 2007
Ajax Cross Domain Script
Bart Van der Donck has released his script to do Ajax Cross Domain scripting. You download the ACD.js script and then you can do things like this hello world:
Here is how it works:

I love how the learning curve has been defined for you to Bart :)













Commercial Solution second on the learning curve… that is precious!
Here’s a list of 418,000 other “ajax cross domain” scripts in perl.
It’s just a proxy… not really cross domain
I must disagree with Tyson: and as Machiavelli says, it’s not the way that counts but the result! So with a proxy you do get cross-domain - just, it’s not entirely client side ;-)
At Mixendo.com we have a similar approach, with a few improvements over ACD solution. Include our cross-domain xhr javascript and:
1) you keep using the XMLHttpRequest object as usual - just, it’s cross-domain enabled
2) we have an improved cross-domain security model, the developer has to declare which sources his application is going to connect to so that the user know what’s going on
3) you can make both GET and POST request… which is vital considering that GET is limited in lenght!
4) our proxy can take care of cookies, mandatory for some websites
Please have a tour on our Mixendo Developers Website to learn more about our MiXHR Service and other upcoming cross-domain/mash-up solutions.
I must disagree with Tyson: and as Machiavelli says, it’s not the way that counts but the result! So with a proxy you do get cross-domain - just, it’s not entirely client side ;-)
At Mixendo.com we have a similar approach, with a few improvements over ACD solution. Include our cross-domain xhr javascript and:
1) you keep using the XMLHttpRequest object as usual - just, it’s cross-domain enabled!
2) we have an improved cross-domain security model, the developer has to declare which sources his application is going to connect to so that the user know what’s going on
3) you can make both GET and POST requests which is vital considering that GET is limited in length!
4) our proxy can take care of cookies, mandatory for some websites
Please have a tour on our Mixendo Developers Website to learn more about our MiXHR Service and other upcoming cross-domain/mash-up solutions.
Try flXHR if you want true cross-domain client-only proxy. http://flxhr.flensed.com Identical API to native XHR, so no code changes. Magical, fun, easy cross-domain Ajax.