We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Requests will be directly redirect to the Service set in the URI. For example, given the configuration
gateway: direct: true
{host}/api/my-service/foo/bar
{my-service-endpoint}/foo/bar
{host}/api/my-service/my-endpoint
{my-service-endpoint}/my-endpoint
Requests will be re-routed based on configured routes and context. For example, given the configuration
gateway: direct: false routes: my-service: service-id: my-service-id mapping: - route: foo-bar context: /foo/bar - route: my-endpoint some-remote-application: uri: https://example.com mapping: - route: example
{host}/api/foo-bar
{service-endpoint}/foo/bar
{host}/api/my-endpoint
{service-endpoint}/my-endpoint
{host}/api/example
https://example.com