Re: Issue with passing Cache-Control: no-cache header to Tomcat during cache misses

2023-06-12 Thread Guillaume Quintard
Hi Uday, Can you provide us with a log of the transaction please? You can run this on the Varnish server: varnishlog -g request -q 'ReqHeader:Cache-Control' And you should see something as soon as you send a request with that header to Varnish. Note that we need the backend part of the trans

Issue with passing Cache-Control: no-cache header to Tomcat during cache misses

2023-06-12 Thread Uday Kumar
Hello, When a user refreshes(F5) or performs a hard refresh(ctrl+F5) in their browser, the browser includes the *Cache-Control: no-cache* header in the request. However, in our* production Varnish setup*, we have implemented a check that treats* requests with Cache-Control: no-cache as cache misse