Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c96b8db

Browse files
committed
Updates docs on new client IP with x-forwarded-for
Signed-off-by: JoshVanL <[email protected]>
1 parent eb75eef commit c96b8db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tasks/extra-impersonation-headers.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ extra header:
1515
Proxied requests will then contain the header
1616
`Impersonate-Extra-Remote-Client-Ip: <REMOTE_ADDR>` where `<REMOTE_ADDR>` is
1717
the address of the source connection of the request. Note that this IP address
18-
may not be the real client IP address when the request is being proxied.
18+
may not be the real client IP address when the request is being proxied. If the
19+
`X-Forwarded-For` header is present in the request then the value will be used
20+
as the client address.
1921

2022
# Extra User Headers
2123

0 commit comments

Comments
 (0)