BEN ABT
BEN ABT
but maybe we have to update this https://github.com/mycsharp/HttpUserAgentParser/blob/cc3701697113d0ec81550e08d93c6b651f0cf6a4/src/MyCSharp.HttpUserAgentParser/HttpUserAgentStatics.cs#L26
Windows 11 Chrome > Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Windows 11 Edge > Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)...
But there is this doc https://docs.microsoft.com/en-us/microsoft-edge/web-platform/how-to-detect-win11 I guess I have to test this
I cannot see any Header Changes in the Developer Tools in Chrome, Edge oder Brave.
Edit: I can see changes in Chrome. I was watching the wrong tab before.  User AGent is still present In Brave:  No new tags In Edge same as...
There is now a documentation https://developer.mozilla.org/en-US/docs/Web/HTTP/Client_hints#user-agent_client_hints https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-CH-UA#browser_compatibility but still not implemented in all browsers
Due to privacy reasons we still do not have client hints in all major browsers https://www.whatismybrowser.com/detect/client-hints/faq/which-web-browsers-support-client-hints
We put this repo public asap...?
But dont know if we really need GH docs, our lib is very simple and limited? :-) But generated code looks okay.
In my eyes #7 is just a nice to have, because it's not in our responsibility as we just use external APIs. > NuGet / .NET plans to introduce a...