Resolve potential conflicts between CORS and HTTP method metadata #9127
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Milestone
See here: #9099 (comment)
MVC is smart enough to figure this out, but it's not incredibly obvious. The HttpMethod metadata contains a setting that says whether the endpoint is CORS aware or not. It's not clear how you could use a convention to correctly enable CORS for a random endpoint.
The text was updated successfully, but these errors were encountered: