Possible Duplicate:
Can I make an XMLHttpRequest to another domain?
I'm on exampleA.com domain.
But I want to perform a JSON request, via HTML/JavaScript, that lives on exampleB.com (getXmlHttpRequestObject).
Can I do that since the JSON is on another domain?
