I can query orion from ajax / javascript. I get cross domain errors when specifying data type : json. If I specify data type : jsonp, then I receive all the object records , however my code gets an error (expected ; ) or in some cases unterminated string error. A google search says this is because I am specifying Jsonp data type , but getting json data returned. Is there any way to get around the cross domain policy with json, or use jsonp?
Thanks
Matt