Skip to content
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

Status Code が 200 以外の時に、全部 CORS エラーになる #156

Open
halsk opened this issue Sep 14, 2021 · 1 comment
Open

Status Code が 200 以外の時に、全部 CORS エラーになる #156

halsk opened this issue Sep 14, 2021 · 1 comment

Comments

@halsk
Copy link
Member

halsk commented Sep 14, 2021

Options で CORS ヘッダを返却しているが、 status code 200 しか登録していないために、Lambda API が200以外のステータスコードを返した時に CORS エラーになってしまう。
API 自体のマッピング同様、400 及び 500 の場合のレスポンスヘッダを追加する必要がある

image

@kenichisak
Copy link
Contributor

ここで OPTIONS は基本的に 200 を返すと思うので、このままでよいのではと思いました。
(Issue の内容をちゃんと理解出来ていなくて勘違いでしたらすみません)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants