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.

linkedin example

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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -