HttpUserAgentParser icon indicating copy to clipboard operation
HttpUserAgentParser copied to clipboard

Parsing HTTP User Agents with .NET

Results 7 HttpUserAgentParser issues
Sort by recently updated
recently updated
newest added

Google Chrome's developer tools shows a hint about the usage of `navigator.userAgent` and `navigator.userAgentData`. More info: [Migrate to User-Agent Client Hints](https://web.dev/migrate-to-ua-ch/) @BenjaminAbt do you have more info if we need...

area-UserAgents

IHttpContextAccessor was not the best design decision. An alternative way would be to pass the `HttpContext` object

enhancement
area-Runtime

Can use something like https://dotnet.github.io/docfx integrated in CI/CD to push to gh-pages branch when built from main.

area-Documentation

We should add some counters for cache hit / miss and write the raw UA strings as events. If this lib is used in project, that has AppInsights, etc. enabled,...

area-Diagnostics

Cf. https://github.com/mycsharp/HttpUserAgentParser/pull/1#discussion_r633007720 and https://github.com/mycsharp/HttpUserAgentParser/pull/1#discussion_r633010208 Order of the arrays should be based on likeness of a match.

area-Runtime

Cf. https://github.com/mycsharp/HttpUserAgentParser/pull/1#discussion_r633107150

area-Runtime