通过网络浏览器"Last-modified"文档的日期



如果您在web浏览器上检查文档(例如pdf(,您可以获得文档本身的"最后修改日期":

<embed id="plugin" type="application/x-google-chrome-pdf" src="http://mywebsite.org/mydocument.pdf" headers="Connection: Keep-Alive Content-Length: 144303 Content-Type: application/pdf Date: Thu, 22 Nov 2018 09:09:44 GMT; Keep-Alive: timeout=6, max=70 Last-Modified: Fri, 9 Nov 2018 09:43:03 GMT Server: Apache X-Content-Type-Option: nosniff " background-color="0xFF525659" top-toolbar-height="56" javascript="allow" full-frame="">

我的问题是:这个"最后修改"日期指的是加载到网站之前文档的最后更改时间,还是加载到网站的时间?

谢谢,最佳

来自Mozilla:

Last Modified response HTTP标头包含的日期和时间源服务器认为该资源是最后修改的。

最新更新