Re: [squid-users] Question: Force the caching of 302 responses without Expires header and with Strict-Transport-Security max-age header?

2020-01-04 Thread Andrei Pozolotin
Amos, hello: On 2020-01-04 05:14, Amos Jeffries wrote: Expires header is an HTTP/1.0 protocol feature. Its absence has no meaning. The 302 response is explicitly defined in HTTP as a *temporary* object which can change at any time. The *presence* of Cache-Control:max-age or Expires set a mini

Re: [squid-users] Question: Force the caching of 302 responses without Expires header and with Strict-Transport-Security max-age header?

2020-01-04 Thread Andrei Pozolotin
Alex: On 2020-01-03 14:19, Alex Rousskov wrote: Question: how can one force the caching of 302 responses without the Expires header and with Strict-Transport-Security max-age header? You can modify Squid to handle Strict-Transport-Security specially or you can write an ICAP or eCAP service t

[squid-users] Question: Force the caching of 302 responses without Expires header and with Strict-Transport-Security max-age header?

2020-01-03 Thread Andrei Pozolotin
Hello. 1. this question was asked before, but not yet resolved: http://www.squid-cache.org/mail-archive/squid-users/200701/.html 2. use case: the following url goes though double redirect, both times not providing "Expires:" header, which results in repeated TCP_MISS/302 entries in th