Open
Description
What happened:
Gateway API has validations that only account for 301 and 302 HTTP Redirects.
gateway-api/apis/v1/httproute_types.go
Line 1069 in 1edf7e9
What you expected to happen:
RFC 2616 defines several other redirects, including: 303, 304, 305, and 307.
Anything else we need to know?:
Ask would be to align enum validations to RFC2616 section 10.3
Thank you!