Implementing cross-domain JavaScript subspace communication?

This pdf document describes a way to manage cross-domain communication using JavaScript with a little help from the server.

Does anyone have any experience with this approach? I know CrossSafe has an implementation, but it's pretty quiet there. (NSFW spam in this group.)

While we are here, does anyone know a good flash bridge? I'm fine with crossdomain.xml as a solution too.

+1


source to share


2 answers


This link did not point to a pdf document. This is due to some profile of guys with a bunch of links.

If you want to do cross-domain communication, you have two main options: a Serverside proxy or a JSON call.



Eric

+1


source


Why don't you check easyXDM ( http://easyxdm.net ). It is extremely easy to use and has some great features like http://consumer.easyxdm.net/example/methods.html . Its works for all browsers using the best available method (postMessage, snippet)



0


source







All Articles