> > > > Hi Pieter > > > > No, that gives me an incorrect regular expression error. > > NP: regex has an implied .* prefix and suffix on patterns unless you use > the ^ and $ endpoint anchors. > > > What are the HTTP headers for these requests and replies? > The 206 status indicates a Range request taking place. But the first > and third log entry indicate a 283KB range out of a 1400 byte rediretion > object being delivered. But weird. > > A quick scan by redbot indicates that the top URL is a redirection (302 > as logged first but not second time around) to a URL which responds with > the worlds most annoying Vary header. > "Vary: * effectively makes this response uncacheable." in redbots words. > > > Amos Hi Amos Using squidclient I see a "document has moved" redirect of sorts. The second one I get this. --cut-- HTTP/1.0 200 OK Accept-Ranges: bytes Content-Length: 530464 Content-Type: application/x-msdos-program ETag: "3457d" Server: downloads Vary: * X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Xss-Protection: 1; mode=block Date: Fri, 11 Apr 2014 05:42:56 GMT Last-Modified: Thu, 13 Dec 2012 20:00:00 GMT Alternate-Protocol: 80:quic X-Cache: MISS from sles-squid2 X-Cache-Lookup: MISS from sles-squid2:8080 Via: 1.0 sles-squid2 (squid/3.1.12) Connection: close --cut-- Not sure if this is what you are referring to? Regards Jasper