For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Redirects
Return direct redirect responses to send users to another location.
Request redirectsRedirectA 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