aspnet / CORS

[Archived] Implementations of common CORS policy and CORS middleware. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
90 stars 46 forks source link

Lowercase scheme and host of origins to better align with RFC 6454. #170

Closed sindhudweep closed 6 years ago

sindhudweep commented 6 years ago

Lowercase scheme and host of origins.

dnfclas commented 6 years ago

CLA assistant check
All CLA requirements met.

pranavkm commented 6 years ago

Merged as part of https://github.com/aspnet/CORS/commit/feceb3ddeaf0a0ca7e895eb83674d78fee53515c. Thanks for the PR!