Skip to content

Doc HTTP_PORTS, HTTPS_PORTS #27156

@Tratcher

Description

@Tratcher

https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-1/#http_ports-and-https_ports-config-support

dotnet/aspnetcore#44194

HTTP_PORTS=5000;5002
HTTPS_PORTS=5001;5003

This is new shorthand for listing on all IPs on these ports with the given protocol.
URLS=http://:5000;http://:5002;https://:5001;https://:5003

This is mainly for use with Kestrel, but it could also be used with HttpSys.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Labels

8.0.NET 8Source - Docs.msDocs Customer feedback via GitHub Issuedoc-out-of-dateDoc is out of date with the current version

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions