I have a domain foo.com on server bar. I have a subdomain api.foo.com which has a CNAME entry pointing to ghs.google.com (as the subdomain is being used by Google Apps).
I am trying to make jQuery.get() calls from search.foo.com to api.foo.com. The calls all seem to go through properly, and the callback function is executed each time, but the data returned is always an empty string, which makes me think some kind of browser security policy is afoot.
Firstly - is a call from a.foo.com to b.foo.com permissible?
if(!permissible) { //Secondly - how can I make this work? }
Thanks,
Finbarr