files/en-us/web/http/reference/headers/sec-ch-ua-platform/index.md
{{SeeCompatTable}}{{SecureContext_Header}}
The HTTP Sec-CH-UA-Platform {{Glossary("request header")}} is a user agent client hint which provides the platform or operating system on which the user agent is running.
For example: "Windows" or "Android".
Sec-CH-UA-Platform is a low entropy hint.
Unless blocked by a user agent permission policy, it is sent by default (without the server opting in by sending {{HTTPHeader("Accept-CH")}}).
Sec-CH-UA-Platform: <platform>
<platform>
"Android", "Chrome OS", "Chromium OS", "iOS", "Linux", "macOS", "Windows", or "Unknown".As Sec-CH-UA-Platform is a low entropy hint it is typically sent in all requests.
A browser running on a macOS computer might add the following header to all requests.
Sec-CH-UA-Platform: "macOS"
{{Specifications}}
{{Compat}}