web - Get human readable device/browser combination from user agent string? -
with linkedin can see list of sessions, , sign them out distance.
within list can see human readable way kind of device / browser combination used session.

the current state of useragent strings quite mess.
question: there a reliable way (or library) extract information clean , reliable user agent string?
what i'm trying prevent
one big hairy ball of spaghetti 30 if ( str.contains("yadadaya") under each other have tested , break or go out of date fast.
looking preferably in c# or javascript
you want ua-parser-js or uap-csharp.
Comments
Post a Comment