ASP.NET Core 6 Middleware Not Respecting Route Constraints for CORS Policy
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-11
asp.net-core cors middleware web-api
I'm experiencing an issue where my custom middleware in an ASP.NET Core 6 application seems to be ignoring route constraints when applying CORS policies. I have...