On Thu, 3 Nov 2011 00:05:32 +0000, John Munroe wrote:
Hi,
Does anyone know how to remove the Proxy-Authorization request
header?
I've tried
request_header_access Proxy-Authorization deny all
but the header still remains.
Thanks
John
You omitted some important details:
* explanation of the problem
* squid version
- I assume its one of the 3.x series since you had "request_" on
the directive attempted.
* type of squid setup (forward proxy, reverse proxy, interception,
transparent, cluster, etc)
Proxy-Authorization is hop-by-hop. Meaning that its removed by your
Squid unless you explicitly configured the cache_peer login= option to
relay it or create a new one.
Amos