Skip to content

Commit

Permalink
Updates docs on new client IP with x-forwarded-for
Browse files Browse the repository at this point in the history
Signed-off-by: JoshVanL <[email protected]>
  • Loading branch information
JoshVanL committed Mar 18, 2020
1 parent eb75eef commit c96b8db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tasks/extra-impersonation-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ extra header:
Proxied requests will then contain the header
`Impersonate-Extra-Remote-Client-Ip: <REMOTE_ADDR>` where `<REMOTE_ADDR>` is
the address of the source connection of the request. Note that this IP address
may not be the real client IP address when the request is being proxied.
may not be the real client IP address when the request is being proxied. If the
`X-Forwarded-For` header is present in the request then the value will be used
as the client address.

# Extra User Headers

Expand Down

0 comments on commit c96b8db

Please sign in to comment.