How to bypass proxy with IHttpClientFactory
In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)HttpClient is probably one of the most important and most commonly used class in .NET ecosystem. However, it looks like not every developer (including myself) knows how to properly use it.
By Mirek on (tags: ASP.NET, HttpClient, HttpClientFactory, .NET 6.0, categories: architecture, code, web)Today I’ll show you how to pass a JWT Bearer authentication token to your ASP.NET Core 6.0 web application by appending it to the url query string. And all this is possible using just few lines of code
By Mirek on (tags: ASP.NET, authentication, Authorization, JWT, categories: code, security, web)Today I’ll show you how easy it is to deploy and configure an ASP.NET Core web application on Azure AppService with linux os.
By Mirek on (tags: AppService, asp.net Core, azure, categories: azure, architecture, code, web)In the previous post we’ve seen how to enable OData support on existing ASP.NET Core Web API application. In this post wil will configure the OData Entity Data Model.
By Mirek on (tags: asp.net Core, OData, categories: architecture, code, web)Let’s see how easy it is to enable OData on your existing ASP.NET Core WebAPI project.
By Mirek on (tags: asp.net Core, OData, Web API, categories: architecture, code, web)In this post you’ll see simple way of implementing Basic user name and password authentication in ASP.NET Core 5 web application.
By Mirek on (tags: ASP.NET Core 5, authentication, Authorization, categories: code, security, web)Today a quick hint and also a reminder for myself on how to handle HTTP to HTTPS redirects on IIS for more than one hosted website and fix 500.52 - URL Rewrite Module Error.
By Mirek on (tags: 500.52, HTTPS, iis, Rewrite, categories: infrastructure, web)Recently I stumbled upon a problem that a CSS file was not minified on production in my ASP.NET MVC 5 web application. Moreover the error saying “Minification failed. Returning unminified contents.” was added to the CSS content. It turned out that it’s an old, known issue and in this post I will show you how I fixed it.
By Mirek on (tags: ASP.NET, Bundling, css, Minification, categories: architecture, code, web)As promissed, today I will show you how I finally managed to debug my Visual Studio Team Services extension. Will try to describe it as clear as I can. Keep reading…
By Mirek on (tags: debug, extension, IIS Express, Type Script, visual studio, VSTS, categories: tools, infrastructure, web)