Why jQuery getJSON or similar calls work with picasweb or yahoo APIs and they do not work with any other url outside the the my page domain?
Asked
Active
Viewed 196 times
1 Answers
1
In computing, the same origin policy is an important security concept for a number of browser-side programming languages, such as JavaScript. The policy permits scripts running on pages originating from the same site – a combination of scheme, hostname, and port number to access each other's methods and properties with no specific restrictions, but prevents access to most methods and properties across pages on different sites.

Ram
- 143,282
- 16
- 168
- 197
-
But it does not explain why it works with google API and yahoo API – user2053592 Feb 08 '13 at 09:58