Redirects
Request redirects Redirect A traffic management feature that sends clients to a different URL, with configurable scheme, authority, path, or status code. allow returning a direct response redirecting users to another location.
For example, the following configuration will return a 307 Temporary Redirect response with the header location: https://example.com/new-path:
requestRedirect:
scheme: https
authority:
full: example.com
path:
full: /new-path
status: 307