I'm trying to hit the rest API from a website using jQuery. Since I ran
into a cross site scripting issue, I'm using jsonp as the datatype.
Although I'm seeing a 200 status getting returned, there seems to be an
issue with reading the data. I tried c...