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
Why am I sending a referer header but not an origin header? I am hosting code in a pupeteer instance and when you disable CORS thats how it sends requests (and I don't seem to be able to get rid of the referer header) https://observablehq.com/@endpointservices/serverless-cells
So Chrome B.S. of some sorts. It's not blocking me I can just use the form response instead.
The text was updated successfully, but these errors were encountered:
tomlarkworthy
changed the title
403 Forbidden if origin header not included for JSON autheorization_endpoint response
403 Forbidden if origin header not included for JSON authorization_endpoint response
Apr 18, 2021
The following is a 403
The following works
Looks like it gets bounced at the nginx level.
Why am I sending a referer header but not an origin header? I am hosting code in a pupeteer instance and when you disable CORS thats how it sends requests (and I don't seem to be able to get rid of the referer header) https://observablehq.com/@endpointservices/serverless-cells
So Chrome B.S. of some sorts. It's not blocking me I can just use the form response instead.
The text was updated successfully, but these errors were encountered: