On 13/08/2012 10:05 p.m., Sekar Duraisamy wrote:
Hi Friends, I have tried with request_header_replace "X-" none Iam getting "parse_http_header_replace: unknown header name" Can't we remove the headers starts with "X-" like regex?
Because it is not a regex. It is the full header name.The headers added by Squid are "registered" with Squid, so they should be removable, but most others will not in your version of Squid.
Amos