How to read the request body in ASP.NET Core Middleware?
In this article, we will write code to read the request body in ASP.NET Core using custom Middleware. What is Middleware? Middleware in .NET Core is similar to HttpHandlers and HttpModules which were part of classic ASP.NET. When a user hit the request from a client such as a browser then before it hits the … Read more