I have a JSON feed (which I don't directly control, I have to ask the server admins to update it), that is returning NULL, or otherwise not working when I try to access it from another server. The actual feed works fine, but I can't get it to work like a normal API.
Why can I use Flickr, WhitePages, Twitter, etc's JSON APIs, but for:
http://portlandoregon.gov/shared/cfm/json.cfm
It returns NULL in the browser when using JS. If I call it on the same server, it's fine though.
If this is a server issue, what do I ask the admins to change, and if this is a local (browser) based issue, what am I doing wrong for this one feed that works for every other JSON API?