Topic: Is there a way to receive jsonp back from the new API?

Posted under General

I have a web app mostly only used by myself which is now broken with the recent API changes.

Updated

Pup

Privileged

muksihs said:
I have a web app mostly only used by myself which is now broken with the recent API changes.

JSONP isn't supported on the new API, though I asked on the Discord and although not supported was told it should allow CORS. Though I'm not sure what CORS is myself.

pup said:
JSONP isn't supported on the new API, though I asked on the Discord and although not supported was told it should allow CORS. Though I'm not sure what CORS is myself.

I'll try plain json then and see if that works.

CORS is a security "feature" that prevents your browser from requesting data from a site other than the site your are visiting unless that site says it is permitted otherwise.

  • 1