Skip to content

Commit bd42605

Browse files
committed
Remove redirect loop documentation
Remove the paragraph describing redirect loop handling. The spec behavior is still under discussion and remains undefined for now. See kubernetes-sigs#1185
1 parent d467198 commit bd42605

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site-src/v1alpha2/guides/http-redirect-rewrite.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ example, the request `GET http://redirect.example/cinammon` will result in a
3131
hostname (`redirect.example`), path (`/cinnamon`), and port (implicit) remain
3232
unchanged.
3333

34-
Redirect filters do not return redirects if the redirected URL and original URL
35-
are the same. Although the above configuration applies to both HTTP and HTTPS
36-
requests, HTTPS requests will proxy upstream, not return a redirect response
37-
that would result in a loop.
38-
3934
### Path redirects
4035

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

0 commit comments

Comments
 (0)