Issue with Custom Middleware in ASP.NET Core 6 - Unexpected Response Status Code
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-11
asp.net-core middleware logging
I'm encountering an issue with a custom middleware I've implemented in my ASP.NET Core 6 application. The goal of this middleware is to log the request details ...