tool · inferred from evidence
Access-Control-Allow-Origin
An HTTP response header used to indicate whether the response can be shared with requesting code from the given origin.
- Notion API calls from the browser are blocked by CORS policy
I am trying to call the Notion API directly from a webpage with the JavaScript SDK, but the browser blocks every request with a CORS policy error. Shouldn't this be fixable server-side by adding `Access-Control-Allow-Origin: *` to the respo