JSON-P and a GET resource?

Posted by user246114 on Stack Overflow See other posts from Stack Overflow or by user246114
Published on 2010-04-26T04:25:28Z Indexed on 2010/04/26 4:33 UTC
Read the original article Hit count: 153

Filed under:
|

Hi,

If a website operating on a domain other than my own supports get requests, like:

http://api.someothersite.com/v1/farms

There's no way for me to access it using JSON-P right, they would have to have support for it as a query parameter? Something like:

http://api.someothersite.com/v1/farms?callback=fantastic

I mean, there's no way for me to use it without them explicitly supporting it, right?

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development