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
Not sure if this is expected or not, but it appears that chalice local just ignores my CORS config and returns some defaults: https://github.com/awslabs/chalice/blob/master/chalice/local.py#L197-L208
chalice local
I would prefer if I could test my CORS config locally. Please let me know if I'm missing something obvious...
The text was updated successfully, but these errors were encountered:
I've created a pull request with a test that seems to fix this for me. Can you take a look and provide some feedback?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Not sure if this is expected or not, but it appears that
chalice local
just ignores my CORS config and returns some defaults: https://github.com/awslabs/chalice/blob/master/chalice/local.py#L197-L208I would prefer if I could test my CORS config locally. Please let me know if I'm missing something obvious...
The text was updated successfully, but these errors were encountered: