Cache-Control Headers Set But Browser Always Gets 200 Status

After more tests I found that resources cached by browser as mentioned!

I come to this result:

:white_check_mark: Caching is working perfectly!
:white_check_mark: The browser saw Cache-Control: public, max-age=604800 and skipped the network request entirely (since the file was still fresh).

1 Like