- From: Douglas Crockford <douglas@crockford.com>
- Date: Thu, 30 Mar 2006 06:21:05 -0800
The central idea with the JSONRequest is that it is exempted from the Same Origin Policy. It allows for exchanging data with a server in any domain that specifically accepts JSONRequests. In order to be exempted from the Same Origin Policy, there are several restrictions on JSONRequest in order to avoid data leakage or authorization leakage. JSONRequest is not intended to replace XMLHttpRequest. It is intended to be an alternative to the use of dynamic script tags to access data from other domains. http://www.JSON.org/JSONRequest.html
Received on Thursday, 30 March 2006 06:21:05 UTC