You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(this happens when hitting a GET request to https://notion-api.splitbee.io/v1/page/${id} where the id is a private notion doc and the headers contain Authorization: Bearer ${token}`).
On Safari, when making a request as documented with the
Authorization
header (with bearer token) I get the error:Request header field Authorization is not allowed by Access-Control-Allow-Headers
This seems to indicate that this package cannot actually accept the Authorization header for private notion docs.
Is there a way around this?
Does this mean that the only way to use this package for private notion docs is to host our own worker?
The text was updated successfully, but these errors were encountered: