Hi Team, I configured apache http web server to redirect incoming WEBSERVICE call to another backend application server, X-Forwarded-For is missing(webserver ip) in backend call.
I have configured below in my webserver httpd.conf file. ProxyPass /TestProject http://10.160.160.33:2914/TestProject ProxyPassReverse /TestProject http://10.160.160.33:2914/TestProject Thanks, Surendhar