开发者社区 问答 正文

CDN加速后源站本来有的etag字段消失了,这是什么问题?

CDN加速后源站本来有的etag字段消失了,这是什么问题?

展开
收起
行者武松 2018-02-02 14:43:58 3366 分享 版权
1 条回答
写回答
取消 提交回答
  • 阿里云ping https://ping.gaomeluo.com/aliyun/

    建议排查是否开启了cdn的 gzip功能

    因为Nginx的默认行为就是这样,同时开启gzip和etag,就直接不用etag了。以下是Nginx文档原文:

    The issue was discussed over several forum threads and trackers. It appeared that Nginx deliberately strips ETags once gzip is applied,The motivation behind was that ETag should serve as a byte-accurate comparison, and since the result of gzip is not guaranteed to be identical under different configurations, ETag is no longer a strong validator and Nginx decided that it was simpler to remove it as opposed to converting it to a weak one.

    2019-07-17 21:57:50
    赞同 展开评论
问答分类:
问答地址: