-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CORSService to support CORS #546
Comments
it fails in browsers and via fetch because the origin header isn't set, hence why it passes in the ci |
(after investigating) |
Try going to deno.land and make a fetch req in the console to your server? |
|
ok.. i just tested this locally and it works as expected.. idk why i ran into issues earlier... dafuq. imma write the docs for this |
closing because of staleness. will come back to it later if needed |
Check the logic against expressjs/cors
The text was updated successfully, but these errors were encountered: