[users@httpd] Re: X-Forwarded-For header is missing

2017-11-12 Thread Surendhar Thallapelly
Hi, As we discussed below, for only webservice calls X-Forwarded-For header is not added from apache, remaining other technologies it is adding fine. One more thing is, X-Forwarded-Host is working always - even for webservice call as well. I reported bug on this https://bz.apache.org/bugzilla/show

[users@httpd] Re: X-Forwarded-For header is missing

2017-11-08 Thread Surendhar Thallapelly
Hi Konstantin, It is not processed and deleted by backend. I enabled x-forwarded-for logging, it confirms our Apache webserver is not adding xff header. However xfh header added always. RemoteIpValve is not configured at Apache tomcat. We already placed ProxyAddHeaders after load modules only, I

[users@httpd] Re: X-Forwarded-For header is missing

2017-11-08 Thread Surendhar Thallapelly
Hi Daniel, Can you please try http web server to redirect any SIMPLE incoming WEBSERVICE call, it will not include any xff header.Yes, earlier we already enabled log and confirmed Apache webserver is not adding them, already attached my https.conf file for review. In my backend call, I am alread