starlette
starlette copied to clipboard
Add handling of Authorization header in CORS requests
Summary
if the allow_credential is true then handle the Authorization header in CORS request
Checklist
- [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
- [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
- [x] I've updated the documentation accordingly.
Please create a discussion, or provide references.
Related to https://github.com/encode/starlette/issues/1832, I guess?
Related to #1832, I guess?
yes,this one is related to #1823.