Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion site/content/en/latest/tasks/traffic/http-redirect.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ spec:
{{% /tab %}}
{{< /tabpane >}}

__Note:__ `301` (default) and `302` are the only supported statusCodes.
__Note:__ Currently, Envoy Gateway supports only `301` (default) and `302`
Copy link
Member

@zirain zirain Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's fine to remove this now, it's fully supported in next release(v1.8).

redirect status codes. Support for additional status codes such as
`303`, `307`, and `308` is planned for a future release (targeted for v1.8).

The HTTPRoute status should indicate that it has been accepted and is bound to the example Gateway.

Expand Down
Loading