Chrome 支持 Brotli 吗? (Accept-Encoding不包含br)
Does Chrome support Brotli? (Accept-Encoding does not contain br)
Can I use
page 说 Chrome 支持 brotli 有一段时间了。我认为 Accept-Encoding
字符串应该是这样的:
Accept-Encoding:gzip, deflate, sdch, br
但我检查了对 Whosebug 的请求,例如并且它不包含 brotli
:
Accept-Encoding:gzip, deflate, sdch
我想如果 Accept-Encoding
不在 return 你 brotli
大多数网络服务器不会真正 brotli
,所以它似乎只是部分支持。
是以后补上还是有什么我不知道的技巧?
Brotli 仅适用于 HTTPS
如果您 Google 有很多关于此的博客文章。这是一个:
https://samsaffron.com/archive/2016/06/15/the-current-state-of-brotli-compression
Brotli is HTTPS only
If you visit a site over HTTP your browser will not accept the br
encoding. The reasoning for this is documented at the end of the
chromium issue.
链接的 Chromium 问题在这里:
https://bugs.chromium.org/p/chromium/issues/detail?id=452335
可以在非 HTTPS 连接上访问 Whosebug
确保你要去 https://whosebug.com instead of http://whosebug.com
编辑:无法再通过非 HTTPS 连接访问 Whosebug。
Can I use
page 说 Chrome 支持 brotli 有一段时间了。我认为 Accept-Encoding
字符串应该是这样的:
Accept-Encoding:gzip, deflate, sdch, br
但我检查了对 Whosebug 的请求,例如并且它不包含 brotli
:
Accept-Encoding:gzip, deflate, sdch
我想如果 Accept-Encoding
不在 return 你 brotli
大多数网络服务器不会真正 brotli
,所以它似乎只是部分支持。
是以后补上还是有什么我不知道的技巧?
Brotli 仅适用于 HTTPS
如果您 Google 有很多关于此的博客文章。这是一个:
https://samsaffron.com/archive/2016/06/15/the-current-state-of-brotli-compression
Brotli is HTTPS only
If you visit a site over HTTP your browser will not accept the br encoding. The reasoning for this is documented at the end of the chromium issue.
链接的 Chromium 问题在这里:
https://bugs.chromium.org/p/chromium/issues/detail?id=452335
可以在非 HTTPS 连接上访问 Whosebug
确保你要去 https://whosebug.com instead of http://whosebug.com
编辑:无法再通过非 HTTPS 连接访问 Whosebug。