When I load my HTML page in my browser, all requests for assets have x-cache: Miss from cloudfront
. If I reload my browser very quickly, I can sometimes get a Hit
.
If I open my developer tools and "copy request as curl", I reliably get a hit, no matter how fast or slowly I perform the requests.
Why would different user agents making the exact same request get a hit or miss?