How to Force HTTPS in ASP.NET Core

HTTPS is mandatory to grant security to your web application, regardless of the programming framework you are using. But what happens if a client calls your web app with HTTP instead of HTTPS? How can you force it to use HTTPS? Let’s delve into the options provided by ASP.NET Core. Use HTTPS Redirection I guess […]

Read more