-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
For request which is redirected to index.html:
$ curl -I -X GET --header "X-Forwarded-Prefix: /test-service" --header "X-Forwarded-Port: 8625" --header "X-Forwarded-Proto: https" --header "X-Forwarded-Host: server-new" "http://localhost:8624/docs"
Current result is:
HTTP/1.1 302 Found Location: https://server-new:8625/docs/index.html
but should be:
HTTP/1.1 302 Found Location: https://server-new:8625/test-service/docs/index.html
- relates to
-
UNDERTOW-756 Redirect Location header ignores X-Forwarded-Host and X-Forwarded-Port but honours X-Forwarded-Proto
- Resolved