max-age Questions

2

Chrome devtools network tab shows "Transferred data over network" value of the same size of cached resource file. If I block the last request that appears on above image, picture isn't l...

1

What is differencies between Expires and Max-Age in Cookie struct ? I cannot understand. type Cookie struct { Name string Value string Path string // optional Domain string // optional Expire...
Linn asked 14/1, 2022 at 19:56

2

Solved

I have a doubt about max-age behaviour after reading the Http Cache rfc. Scenario: User agent GET /foo Origin Server Response header cache-control: max-age=120 Server tells user agent that the re...
Showmanship asked 21/9, 2017 at 9:9
1

© 2022 - 2024 — McMap. All rights reserved.