Re: Problem with cache key

2016-10-24 Thread Francis Daly
On Wed, Oct 19, 2016 at 06:05:54AM -0400, CarstenK. wrote: Hi there, > I took a look at the header nginx response. > Vary: Accept-Encoding > Vary: Accept-Encoding So they both vary based on Accept-Encoding. When I do a quick test of my versions of curl, Chrome, and Firefox, I see no

Re: Problem with cache key

2016-10-20 Thread CarstenK.
Hi Francis, thank you for your fast reply. I took a look at the header nginx response. # Header nginx ### Response Header ## Chrome HTTP/1.1 200 OK Server: nginx Date: Wed, 19 Oct 2016 09:54:07 GMT Content-Type: text/html;charset=UTF-8 Content-Length: 15991 Connection: keep-alive

Re: Problem with cache key

2016-10-18 Thread Francis Daly
On Mon, Oct 17, 2016 at 09:50:15AM -0400, CarstenK. wrote: Hi there, > If i send a request to url A with Chrom and another request with curl or > firefox i have a cache miss. > If isend a request to the same url with curl on two different machines the > answer is a cache hit, thats fine. If