Working around JSONP
Working around JSONP
JSONP is to get around crossdomain issues...
So is it literally by domain that causes the issue? So for example...
Site with the JSON: http://json.examplesite.com
MySite: http://www.mysite.com
Could I add a DNS entry to json.mysite.com? (I can configure the DNS to do that)
...but would it work?