How to improve request tracking in ASP.NET Core for redirects using middleware
This article discusses how to improve request tracking in ASP.NET Core apps, even if they include redirects.
With the help of special middleware, it is possible to maintain the connection between requests, which helps to better understand how data flows through the system.
This is especially useful for developers who need to see the full picture of what is happening in their applications and find bugs faster.