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

服务器设置Accept-CH-Lifetime标头以指定{{HTTPHeader("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-Lifetime: <age>

示例

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

浏览器兼容性

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

参见