Issue 489 · Week of May 21, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Redirect HTTP to HTTPS when using ASP.NET Core in Web App on Linux – Azure App Service

Read full article Discuss
A couple things to consider when implementing HTTP to HTTPS redirect for an ASP.NET Core application running in Web App on Linux - Azure App Service. -Since you are using the .NET Core server to process requests, configuring a redirect rule in .htaccess won't work the way it does with sites that are closely coupled...