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

Reflect Access-Control-Request-Headers and Access-Control-Request-Method when policy is configured to support wildcard #196

Closed pranavkm closed 6 years ago

pranavkm commented 6 years ago

Fixes https://github.com/aspnet/AspNetCore/issues/3684

pranavkm commented 6 years ago

Ran the browser suite on Firefox which had one failing test prior to this change.