I\'m developing an app where HTML and javascript chunks are delivered down to different clients. I\'m able to GET the html/javascript chunks by adding the following to web
Internally the JSONP response (the default type for cross-domain requests) is fetched by injecting a tag, which points to the URL. Because of that, only GET method is possible with JSONP. Other methods will be ignored and fall back to GET.