We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a quick look at the code, it could be related to the bare response object built by the error_handler, thus bypassing CORS mechanism : https://github.com/mozilla-services/cornice/blob/master/cornice/service.py#L470 https://github.com/mozilla-services/cornice/blob/master/cornice/util.py#L45
error_handler
(Spotted on Daybed spiral-project/daybed#48)
The text was updated successfully, but these errors were encountered:
Yeah, I've started noticing this too. It makes debugging a huge pain.
Sorry, something went wrong.
This was fixed in 26606e4 and 21fde22
I didn't took the time to update here, but that should be okay by now.
No branches or pull requests
After a quick look at the code, it could be related to the bare response object built by the
error_handler
, thus bypassing CORS mechanism :https://github.com/mozilla-services/cornice/blob/master/cornice/service.py#L470
https://github.com/mozilla-services/cornice/blob/master/cornice/util.py#L45
(Spotted on Daybed spiral-project/daybed#48)
The text was updated successfully, but these errors were encountered: