Hello Everyone,
I'd like to understand which real-world problems other developers want to solve with Client Hints, so I created this issue to collect use cases.
The use-cases I came up with are:
- Spam/Bot Detection – (the usefulness of the
User-Agent header is declining due to easy spoofing, instead TLS fingerprinting & JavaScript fingerprinting is used as its more reliable)
- Download Pages – (basic platform information (OS, architecture, etc.) to prioritize the most relevant download options for users)
- Web Analytics
See the use cases identified by the specification authors in the UA Client Hints specification: https://wicg.github.io/ua-client-hints/#use-cases.
If you have additional use cases to suggest, please leave a comment. To keep the discussion focused, only comment if you're proposing a new use case. If you agree with a use case that has already been mentioned, please react with 👍 instead of posting a duplicate comment.
I personally think the same URL should always serve the same content, regardless of HTTP request headers.
Hello Everyone,
I'd like to understand which real-world problems other developers want to solve with Client Hints, so I created this issue to collect use cases.
The use-cases I came up with are:
User-Agentheader is declining due to easy spoofing, instead TLS fingerprinting & JavaScript fingerprinting is used as its more reliable)See the use cases identified by the specification authors in the UA Client Hints specification: https://wicg.github.io/ua-client-hints/#use-cases.
If you have additional use cases to suggest, please leave a comment. To keep the discussion focused, only comment if you're proposing a new use case. If you agree with a use case that has already been mentioned, please react with 👍 instead of posting a duplicate comment.
I personally think the same URL should always serve the same content, regardless of HTTP request headers.