Forum Discussion

Mike_Baroody's avatar
11 years ago

JSONP

I attempted to use JQuery to access the JSON in your API. However, because of \'\'cross-domain\'\' javascript security restrictions in web browsers, you have to specify \'\'&callback=?\'\' in the URL request querystring. This gets around the security restriction, but doing so causes it to expect the returned format to be in JSONP.

I\'d prefer not to have to setup CORS on our web server as an alternative to getting around the security, so it would be helpful if we could get the data back in JSONP format.

Thanks for your time and consideration.