根据 HTTP 请求发送预压缩文件
我刚刚了解了现代浏览器和网络服务器的 gzip 压缩功能。 如果我理解正确的话,服务器会根据浏览器的请求进行动态压缩。
但: 我在网络服务器上有一些静态的、经过 gzip 压缩的 json 文件。我想简单地发送这些,而不是在每次请求时压缩它们。 这可能吗?
预先感谢,
米
I just learned about the gzip-compression features of modern browsers and webservers.
If I understood right, the server compresses on request of the browser and on the fly.
But:
I have some static, gzip'ed json files on a webserver. I would like to simply send those, not compress them each time they are requested.
Is that possible?
Thanks in advance,
m
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 .htaccess,对我有用:
Here is .htaccess, that works for me: