Skip to content

Commit 5f730df

Browse files
authored
Merge pull request #45254 from gilday/patch-1
Typo in Proxy Configuration Guidance
2 parents 2ac009a + ab5ac96 commit 5f730df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/main/asciidoc/http-reference.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ quarkus.http.proxy.trusted-proxies=127.0.0.1 <1>
554554
----
555555
<1> Configure trusted proxy with the IP address `127.0.0.1`. Request headers from any other address are going to be ignored.
556556

557-
Both configurations related to standard and non-standard headers can be combined, although the standard headers configuration will have precedence. However, combining them has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected `X-Forwarded` or `X-Forwarded-*` headers from the client.
557+
Both configurations related to standard and non-standard headers can be combined, although the standard headers configuration will have precedence. However, combining them has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected `Forwarded` or `X-Forwarded-*` headers from the client.
558558

559559
Supported forwarding address headers are:
560560

0 commit comments

Comments
 (0)