Enhancing ASP.NET Core/Blazor App Security and Reusability with HttpMessageHandler and Named HttpClient Published December 24, 2023 in Software Development - 0 Comments In this post, I share an example of how I use a HttpMessageHandler to automatically attach a bearer token when calling a web API from an ASP.NET Core/Blazor application. Continue reading Tags: ASP.NET core , Blazor , code reusability , httpclient , HttpMessageHandler