Error : net::ERR_INVALID_HTTP_RESPONSE in chrome browser response Issue Description “net:: ERR_INVALID_HTTP_RESPONSE” in Net Core 2.2 WebAPI invocation within Chrome browser or noticeable when if invoked...
Continue ReadingJWT Swagger using OperationFilter in .NET Core
JWT Swagger authorization using OperationFilter in .NET Core In this post, we will see how to add JWT bearer authorization to swagger API documentation using...
Continue ReadingJWT Authentication in ASP.NET Core
JWT Authentication in ASP.NET Core Today in this article we will learn how to integrate JWT authentication in ASP.NET Core API for 2.2 or lower...
Continue ReadingCherry Pick in Git for Trunk-Based Development
Cherry Pick in Git for Trunk-Based Development Cherry-pick in Git (Version Control System) is a technique of picking up a commit from a branch and...
Continue ReadingSwagger API documentation in .NET Core 2.2
Swagger API documentation in .NET Core 2.2 Swagger or OpenAPI describes standards and specifications for the RESTFul API description. These specifications are an attempt to...
Continue Reading