A JSONP demo with ASP.NET Web API
JSONP is the technical to be used to request data from a server or service which resides in the different domain rather than the clients. There are a lot of posts explaining the idea of JSONP on Internet like Cameron Spear’s blog Exactly What IS JSONP?.