docs: clarify supported HTTP redirect status codes#8566
Open
Aditya7880900936 wants to merge 1 commit intoenvoyproxy:mainfrom
Open
docs: clarify supported HTTP redirect status codes#8566Aditya7880900936 wants to merge 1 commit intoenvoyproxy:mainfrom
Aditya7880900936 wants to merge 1 commit intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Aditya7880900936 <adityasanskarsrivastav788@gmail.com>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
zirain
reviewed
Mar 22, 2026
| {{< /tabpane >}} | ||
|
|
||
| __Note:__ `301` (default) and `302` are the only supported statusCodes. | ||
| __Note:__ Currently, Envoy Gateway supports only `301` (default) and `302` |
Member
There was a problem hiding this comment.
it's fine to remove this now, it's fully supported in next release(v1.8).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8561
Update the HTTP redirect documentation to clarify that Envoy Gateway
currently supports only status codes 301 and 302.
Also mention planned support for additional status codes
(303, 307, 308) in a future release.