This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Make HTTP method match as case-insensitive #77
Comments
/cc @Tratcher |
We should not, we should be case insensitive where we can. |
|
I misread the link, we should be case insensitive and fix this code 😄 |
Are you saying we should change the other stuff? |
It should be case insensitive across the board |
Agreed, case insensitive. |
@Tratcher are there other areas where we are not case-sensitive, but should be? |
Moving to post-RTM. |
kichalla
changed the title
Should we treat HTTP method as case-insensitive?
Make HTTP method match as case-insensitive
Aug 3, 2016
kichalla
added a commit
to aspnet/Mvc
that referenced
this issue
Aug 8, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know the spec says that HTTP methods are case-sensitive - but don't we do this other places?
https://github.com/aspnet/CORS/blob/dev/src/Microsoft.AspNetCore.Cors/Infrastructure/CorsMiddleware.cs#L103
The text was updated successfully, but these errors were encountered: