Saturday, 28 May 2011

Web 2.0: JSONP (JSON with padding) to request data from a server in different domain

 AJAX requests are bounded by same domain security restriction. In case you need to call a service in another domain, JSONP provides an alternative to normal AJAX.


For more information, check the following URL http://en.wikipedia.org/wiki/JSONP

No comments:

Post a Comment