Skip to content

ASP.NET

Disable HTTPS Redirection

Use the --no-https flag when creating the project.

dotnet new webapi -o <Name> --no-https

Last update: August 5, 2023
Created: May 27, 2023