iis 7如何生成etag

发布于 2024-08-03 23:42:04 字数 168 浏览 3 评论 0原文

iis 7 使用什么方法/算法来生成 etag。我正在寻找精确的,而不是“他们在日期上使用校验和”

这留下了很多问题。校验和的算法是什么,日期是什么,日期的格式是什么(短,UTC,'mm-dd-yyyy ttad','MMDDDYYY'等)

提前致谢。我已经在网上搜索过,但找不到这个答案。

what method/algorithm does iis 7 use to generate etags. I'm looking for exact, not 'well they use checksum on the date'

This leaves lots of questions. What algorithm for checksum, which date, which format of the date (short, utc, 'mm-dd-yyyy ttad', 'MMDDDYYY', etc)

Thanks in advance. i have scoured the net and cannot find this answer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮萍、无处依 2024-08-10 23:42:04

IIS 生成的 ETag 有两部分

Filetimestamp:ChangeNumber

根据

http://support.microsoft.com/kb/ 922703/

正如您所注意到的,该算法不公开。但你为什么对此感兴趣?除非您创建 IIS 克隆。

ETag generated by IIS has two parts

Filetimestamp:ChangeNumber

according to

http://support.microsoft.com/kb/922703/

As you noticed, the algorithm is not publicly available. But why you are interested in this? Unless you create an IIS clone.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文