I am tasked with using an external Web Service API from a different domain to return a JSON object using the dataType: JSONP. I am forced to use JSONP because it is a Cross Domain Request, and I am using an Unobtrusive JavaScript Library we host in the Azure Cloud. Sporadically, I received an error (net::ERR_NETWORK_RESET). There is an alternative external Web Service API from another domain that could provide similar results, but it’s reliability is potentially just as spotty. The documentation ......