How do I get rid of HTTP_CACHE_CONTROL header in squid 3?

Posted by Arsen Zahray on Super User See other posts from Super User or by Arsen Zahray
Published on 2012-09-30T19:33:45Z Indexed on 2012/09/30 21:40 UTC
Read the original article Hit count: 509

Filed under:
|

I'm trying to configure an anonymous proxy using squid.

I've set

forwarded_for delete
via delete

but Squid 3 still adds an other header to the web requests that go through it:

HTTP_CACHE_CONTROL = max-age=259200

I've tried

cache_control delete

but that doesn't work.

How do I get rid of squid's cache_control header?

I don't want for it to interfere with the actual web requests that contain cache-control header; But I want for it not to attach its own header

© Super User or respective owner

Related posts about proxy

Related posts about squid