In an app referring to dojo locally, cross domain proxy works perfectly. But when I try to use a cross domain build of dojo it doesn't work. Is this a known issue or should I expect it work? I see an error 'uncaught exception: Permission denied to get property Window.dojox'.
Also, I decided to try the xd build on AOL CDN, but the http://o.aolcdn.com/dojo/0.9.0/dojox/io/proxy/xip_client.html has not been uncommented, so its not possible to use the XIP on AOL CDN.
thanks
Jayant

The dojox.io.proxy module
The dojox.io.proxy module requires some setup to use with an xdomain build. The xip_client.html file has to be served from the same domain as your web page. Download it and install it on your server. Then set djConfig.xipClientUrl to the local path of xip_client.html (just use a path, not a whole URL, since it will be on the same domain as the page). The path to the file should be the path relative to the web page that is using dojox.io.proxy.
I will update the README file for dojox.io.proxy to contain these special xdomain instructions. I apologize for the oversight.
Thanks James, I'll try it
Thanks James, I'll try it out.
I know that the xip_server.html is self contained, doesn't require dojo. Is that the case also for xip_client.html? Or is the an incorrect assumption?
thanks
Jayant
xip_client.html assumes some
xip_client.html assumes some Dojo-specific callbacks to the parent frame to dojox.io.proxy, but they are minimal. You can search for "dojo" in the page to see them.