W3cubDocs

/HTTP

Sec-CH-UA-Arch

Sec-CH-UA-Arch

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The Sec-CH-UA-Arch user agent client hint request header provides the user-agent's underlying CPU architecture, such as ARM or x86.

This might be used by a server, for example, to select and offer the correct binary format of an executable for a user to download.

Syntax

Sec-CH-UA-Arch: <arch>

Directives

<arch>

A string indicating the underlying platform architecture, such as: "x86", "ARM", "[arm64-v8a, armeabi-v7a, armeabi]".

Examples

A server requests the Sec-CH-UA-Arch header by including the Accept-CH in a response to some request from the client, using the name of the desired header as a token:

HTTP/1.1 200 OK
Accept-CH: Sec-CH-UA-Arch

The client may choose to provide the hint, and add the Sec-CH-UA-Arch header to subsequent requests. For example, on a Windows X86 based computer, the client might add the header as shown:

GET /GET /my/page HTTP/1.1
Host: example.site

Sec-CH-UA: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"
Sec-CH-UA-Mobile: ?0
Sec-CH-UA-Platform: "Windows"
Sec-CH-UA-Arch: "x86"

Note above that the low entropy headers are added to the request even though not specified in the server response.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
Sec-CH-UA-Arch
89
89
No
No
75
No
89
89
No
63
No
15.0

See also

© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-CH-UA-Arch