I am trying to forward
remote ip address to my backend server. Visit to backend server
involves multiple hops between various load balancers until ip
address is used. We tried following in the config file to set the
X-REQUEST-IP address header to carry it forward from the entry
point, but not seeing the header set.
Header set
X-REQUEST-IP %{REMOTE_ADDR}s
Is this the
right way to do it?
Regards,
Niranjan