On 8/05/2013 11:24 a.m., frodie123 wrote:
Norman...I am testing squid3.3.3 running on Ubuntu and using the
request_header_add setting but it is not working for me. I am just testing
HTTP only, no HTTPS. I tried both of these settings:
acl allip src 0.0.0.0/0.0.0.0
request_header_add X-YouTube-Edu-Filter "abc123" allip
and also,
request_header_add X-YouTube-Edu-Filter "abc123" all
I verified with wireshark that the outgoing requests does not contain the
HTTP header:
X-YouTube-Edu-Filter:abc123
Can you confirm that 'request_header_add' working for you under squid3.3.3?
Please enable debug_options ALL,1 11,2 28,3 55,3
cache.log should then contain a trace of the headers Squid is outputting
and what was done with them.
Amos