Service registry configuration | URIs
Upstream URIs define the public path prefixes exposed by the gateway. They are used to select the upstream receiving a request and to decide whether the matched prefix is kept or removed before forwarding.
Service registry upstreams can be customized through either the Administration API, the user interface, or static configuration files. The configuration is organized around:
URIs parameters
URIs are the public path prefixes exposed by the gateway. The gateway matches requests by path prefix and gives priority to the longest matching URI, making it possible to define broad and specific routes on the same gateway.
Strip URI removes the matched URI prefix before forwarding the request to the upstream service. For example, with /api configured as URI, a request to /api/users is forwarded as /users when strip URI is enabled.
User interface
