JSONP - mmedrano9438/peripheral-brain GitHub Wiki
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.
<script src="demo_jsonp.php">