iis 7如何生成etag
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.