chxo internets RSS

A network of memes,
by Chris Snyder

See also
CHXO Internet
twitter.com/64

Archive

May
15th
Tue
permalink

A clever method for cross-domain mashups

From Subspace: Secure Cross-Domain Communication
for Web Mashups (Jackson & Wang, 2007)
:

“To establish the channel, we pass JavaScript objects across the frames by manipulating the document domain property of the frames.”

To be more precise, you create a subdomain that will import third-party code using

No doubt this is patented by Microsoft already, so you may want to tweak your implementation if you are concerned about such things.