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
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
2017-11-07 21:44 GMT+03:00 Surendhar Thallapelly :
> Hi Konstantin,
>
>> 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
That's odd because default behaviour is to add X-Forwarded-For,
ProxyAddHeaders is the default even if you don't specify it. It should
be there.
Try adding it to LogFormat with:
%{X-Forwarded-For}i
Also try to log request headers reaching your backend and show logs.
This is not a config issue if