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

Remove Access-Control-Allow-Methods from request header list #33673

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

tdykstra
Copy link
Contributor

@tdykstra tdykstra commented Sep 21, 2024

Fixes #33660
Access-Control-Allow-Methods is a response header, not a request header


Internal previews

📄 File 🔗 Preview link
aspnetcore/security/cors.md Enable Cross-Origin Requests (CORS) in ASP.NET Core

Fixes #33660 
Access-Control-Allow-Methods is a response header, not a request header
@Rick-Anderson Rick-Anderson merged commit 573b59b into main Sep 21, 2024
3 checks passed
@Rick-Anderson Rick-Anderson deleted the tdykstra-patch-5 branch September 21, 2024 23:03
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

Successfully merging this pull request may close these issues.

Access-Control-Allow-Methods is response header
2 participants