I wish to access this json list: http://www.westwing.de/campaign/top/?limit=5&bp=1&json=1 and turn it into usable html on my page. There is one issue, the server my site runs on is a test server and does not have the same domain name (westwing.de).
I read that you could insert it as a script tag in your document's head and use JSONP but when I do that and open the script in chrome it returns the website's homepage, not the json list.
I don't have any access to the server so can't change settings etc.
Could someone point me to a good example of this or explain it to me?