Docs Standalone Kubernetes Blog Enterprise Community Get Started GitHub

Redirects

Attach to:

Backend

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
Agentgateway assistant

Ask me anything about agentgateway configuration, features, or usage.

Note: AI-generated content might contain errors; please verify and test all returned information.

↑↓ navigate select esc dismiss