Skip to content

Commit

Permalink
Remove redirect loop documentation
Browse files Browse the repository at this point in the history
Remove the paragraph describing redirect loop handling. The spec
behavior is still under discussion and remains undefined for now.

See kubernetes-sigs#1185
  • Loading branch information
rainest committed Jun 7, 2022
1 parent d467198 commit bd42605
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions site-src/v1alpha2/guides/http-redirect-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ example, the request `GET http://redirect.example/cinammon` will result in a
hostname (`redirect.example`), path (`/cinnamon`), and port (implicit) remain
unchanged.

Redirect filters do not return redirects if the redirected URL and original URL
are the same. Although the above configuration applies to both HTTP and HTTPS
requests, HTTPS requests will proxy upstream, not return a redirect response
that would result in a loop.

### Path redirects

Path redirects use an HTTP Path Modifier to replace either entire paths or path
Expand Down

0 comments on commit bd42605

Please sign in to comment.