--- title: Accept-CH slug: Web/HTTP/Headers/Accept-CH translation_of: Web/HTTP/Headers/Accept-CH ---
{{HTTPSidebar}}{{securecontext_header}}{{SeeCompatTable}}

Accept-CH 头由服务器设置,以指定客户端应在后续请求中应包含哪些客户端Client Hints提示头。

Header type {{Glossary("Response header")}}
{{Glossary("Forbidden header name")}} ?

注意: Client Hints只能在安全源(通过TLS)上访问。所有安全的请求都应该持久化Accept-CH和Accept-CH-Lifetime头,以确保Client Hints可靠地发送。

语法

Accept-CH: <list of client hints>

例子

Accept-CH: DPR, Viewport-Width
Accept-CH: Width
Accept-CH-Lifetime: 86400
Vary: DPR, Viewport-Width, Width

注意:  牢记要根据所接受的Client Hints更改响应

浏览器兼容性

{{Compat("http.headers.Accept-CH")}}

相关内容