JSONP

See Origin Server > **JSONP** is a convention used with ajax requests where the requested content is bundled as a script. Strangely running remote javascript is considered safe while reading inert JSON from a non-origin server is not. We don't use JSONP because the origin server cannot know what remote servers a user might visit.