For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Rewrites
Attaches to:
Modify URLs of incoming requests with rewriteRewriteA traffic management feature that modifies the authority (host) or path of requests before forwarding them to backends. policies.
For example, the following configuration modifies the request hostname to example.com and the request path to /new-path.
urlRewrite:
authority:
full: example.com
path:
full: /new-path