Hi Asutosh, I have added the below snippet in conf file. but still, I'm not seeing the X-Forwarded-For in the browser developer console. is it something x-Forwarded-For will not visible in the browser? <IfModule remoteip_module> RequestHeader edit X-Forwarded-For ([0-9]+(?:\.[0-9]+){3})(:[0-9]+)? $1...