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

chore(api) Log incorrect cors method header #70869

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

markstory
Copy link
Member

We have had a few reports of CORS responses that prevent actions from being taken. Based on a sample, we're including Access-Control-Allow-Methods: * in a response with credentials which is not compliant with CORS spec.

Refs #70859

We have had a few reports of CORS responses that prevent actions from
being taken. Based on a sample, we're including
`Access-Control-Allow-Methods: *` in a response with credentials which
is not compliant with CORS spec.

Refs #70859
@markstory markstory merged commit f3a2cbf into master May 17, 2024
47 of 48 checks passed
@markstory markstory deleted the chore-cors-logs branch May 17, 2024 18:23
cmanallen pushed a commit that referenced this pull request May 21, 2024
We have had a few reports of CORS responses that prevent actions from
being taken. Based on a sample, we're including
`Access-Control-Allow-Methods: *` in a response with credentials which
is not compliant with CORS spec.

Refs #70859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants