Skip to main content

What are Matching Endpoints?

A Domain's primary responsibility is to enable you to create public endpoints with a hostname matching the domain. These are called "matching endpoints".

For example, after you create the Domain app.example.com, you can create the Endpoint https://app.example.com.

When you create a Domain, you may create matching public endpoints with the following constraints:

Endpoint ProtocolAllowed Endpoints
httpMatching endpoints on port 80 of the Domain.
httpsMatching endpoints on port 443 of the Domain.
tlsMatching endpoints on port 443 of the Domain.
tcpNot allowed. Public TCP endpoints must match a TCP Address.

If you configure your Domain to use dedicated IPs, these restrictions are removed and you may create matching endpoints on any ports. :::