【发布时间】:2022-08-20 02:53:43
【问题描述】:
AWS CloudFront 和 Azure CDN 在某些情况下可以动态压缩文件。但是它们是否也支持 HTTP 范围请求的动态压缩? 我仅在 Google Cloud Storage docs 的文档中找不到任何提示。
标签: amazon-web-services azure compression amazon-cloudfront azure-cdn
AWS CloudFront 和 Azure CDN 在某些情况下可以动态压缩文件。但是它们是否也支持 HTTP 范围请求的动态压缩? 我仅在 Google Cloud Storage docs 的文档中找不到任何提示。
标签: amazon-web-services azure compression amazon-cloudfront azure-cdn
一些测试表明,当在 AWS CloudFront 中启用动态压缩时,范围支持被禁用。因此 Range 和 If-Range 标头从所有请求中删除。
【讨论】: