The live version uses an embedded iFrame. The dev server version can't work across domains without modifications, but I have gotten it to work by adding a method that overrides the base URL.
- Kris On Monday, October 22, 2012 2:27:28 PM UTC-7, niedbalski wrote: > > Hello Chard ... > > The big question here is HOW ? > > On Friday, December 3, 2010 3:24:30 PM UTC-3, Peter Petrov wrote: >> >> You can. The Channel API is designed to workaround >> the JavaScript same-origin policy, and will work across domains. >> >> On Fri, Dec 3, 2010 at 8:16 PM, Chad Burt <[email protected]> wrote: >> >>> Say I have an application hosted outside of appengine. I'd like to build >>> a chat app hosted on appengine to take advantage of the channel API. Can I >>> use that system from the first app on a different domain? If so, will it >>> work on all browsers, or just those that support the crossdomain access >>> control header <http://www.w3.org/TR/cors/>? >>> Thanks, >>> -Chad >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" 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/google-appengine?hl=en. >>> >> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/XhrDeAk5WQUJ. 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/google-appengine?hl=en.
