In production environments, it is desired to redirect web requests from HTTP to HTTPS.
Running an ASP.NET Core application under IIS, HTTP to HTTPS redirection may be implemented in several ways:
- by IIS, using URL Rewrite
- by ASP.NET Core middleware
When a web request is processed, the sequence of stages checking for a secured connection are as follows: