I\'m trying to get some data from an API with a JSONP request, but I get a 404 every time. I would assume my URL is wrong, but I can hit the URL manually in Chrome and get t
After talking with some back-end developers, it appears the API I am using does not support JSONP. This is the reason I was getting a 404 on that request.