CORS

The API also supports Cross-Origin Resource Sharing (CORS) which allows cross-domain requests to be made by JavaScript on a web page. Otherwise, such “cross-domain” requests would be forbidden by web browsers, per the same-origin security policy.

Learn more about CORS.

Last updated

Was this helpful?