Quick Tip: Microsoft Web API 2 and JSONP
/Recently I had to scrape together a quick demo of an Angular app that talks to a Web API 2 solution using the jsonp() shortcut method of the $http service. As it turns out, Web API 2 does not ship with JSONP support out of the box.
Read More