--- title: Accept-CH slug: Web/HTTP/Headers/Accept-CH translation_of: Web/HTTP/Headers/Accept-CH ---
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")}}