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 11, 2023
Created: June 3, 2023