Making JSON Feed Work Server to Server

Posted by Oscar Godson on Stack Overflow See other posts from Stack Overflow or by Oscar Godson
Published on 2010-03-15T17:10:07Z Indexed on 2010/03/15 17:19 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about api