After updating to Google Chrome Version 63.0.3239.84 (Official Build) (64-bit), I'm seeing some strange behavior in one of my 302 redirects (shown below).
The cache-control headers are set to no-cache, must-revalidate
, yet Chrome now randomly serves content from the disk cache.
Is this a new Chrome bug, or expected behavior?
Note - The request has been had some parts cut out because this is not a publicly accessible system. The URL, Remote IP, and CloudFlare Ray wouldn't provide any useful details unless you're on the white-list.
EDIT A test URL can be found here:
https://v2.thinklikeamage.com/test302.php
This page will issue a 302 redirect with a no-cache, must-revalidate Cache-Control header.
Regards