Skip to content

Production Endpoints

The table below lists the public and internal endpoints exposed by the example service in its production environment.

Endpoint Purpose Access
https://app.example.com Primary web application Public
https://api.example.com Application API Public, authenticated
https://admin.example.com Administrative console Internal network only
https://status.example.com Public status page Public

Endpoints are fronted by a load balancer that terminates TLS and forwards traffic to the application layer over an internal, encrypted connection.