Reading HttpContext request body content returning empty after upgrading to .NET Core 3 from 2.0
As mentioned in the previous post, all the projects at work are in the process of upgrading to latest .NET Core 3+. In this post, I’ll be discussing another issue we come across during the upgrade. One of the projects has a custom Authorize attribute where we need to read the request body. The custom … [Read more…]
