mileusna / useragent

Go/Golang parser for user agent strings
MIT License
404 stars 65 forks source link

Some user agents are not correctly detected #24

Closed sundarv85 closed 1 year ago

sundarv85 commented 1 year ago

Hello,

We are trying some user agents, and comparing it with this gopackage and https://udger.com/resources/online-parser we find the following differences:

UA String: SonyEricssonK310iv/R4DA Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Link/6.3.1.13.0 golang: SonyEricssonK310iv, SonyEricssonK310iv, Desktop (Browser, OS, Device are incorrect) udger: Net Front 3.3, JVM, SmartPhone udger link

UA String: Mozilla/5.0 (compatible; Konqueror/4.5; FreeBSD) KHTML/4.5.4 (like Gecko) golang: Konqueror, Konqueror, Desktop (OS is incorrect) udger: Konqueror, FreeBSD, Desktop udger link

mileusna commented 1 year ago

Thank you, I will check.