JSONP – Javascript widgets
JSONP stands for JSON with Padding. Requesting a file from another domain can cause problems, due to cross-domain policy. Requesting an external script from another domain does not have this problem. JSONP uses this advantage, and request files using the script tag instead of the XMLHttpRequest object. Use cases Below is an example source code, How […]
JSONP – Javascript widgets Read More »