graphql-python / graphql-python/sanic-graphql
Handle Access-Control-Allowed-Headers in CORS preflight
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 148
- Fork
- 17
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The CORS implementation added by the fix/preflight branch is incomplete. You must also respond to the headers requests. My client (graphiql on chrome) is trying to use a content-type header, and is therefore being rejected.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Access-Control-Allow-Headers
Also, kind of surprising that CORS is enabled by default. You may want to put a warning somewhere in the readme!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.