0
votes

Is the HTML tag:

<meta http-equiv="Cache-Control" content="no-cache, no-store">

equivalent to the HTTP response header Cache-Control: no-cache, no-store, especially from the perspective of intermediate proxies and caches (between the client and the server)?

Should an intermediate cache parse all the HTML-<head> section, looking for these types of headers?

1

1 Answers

1
votes

No, proxies should not have to read the document, and in general will not do so.