On 18/12/2013 7:12 p.m., 0bj3ct wrote: > Hi. > > Client computer is using Squid in transparent mode, I want to get client's > ip address from his request header. > > Client ---> Squid ---> no request header X-Forwarded-For > > I've tried out > > follow_x_forwarded_for allow/deny all > forward_for on/off/transparent/truncate > request_header_access X-Forwarded-For allow/deny all > > but no success > Well, remove all those directives from your squid.conf. Also remove any "request_header_access All" and request_header_access Other" lines which you may have. Any change? If not, what is the output of "squid -v" command line? Amos