kevinelliott / agent_orange

Parse and process User Agents like a secret one
126 stars 36 forks source link

Windows 8.1 (IE 11) is incorrect #39

Open gdbtek opened 11 years ago

gdbtek commented 11 years ago

on IE 11: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko

it detects engine_version, browser and browser_version as empty strings: {"platform":"windows","device":"","engine":"gecko","engine_version":"","browser":"","browser_version":""}

FYI: http://msdn.microsoft.com/en-us/library/ie/bg182625%28v=vs.85%29

Thanks!

kevinelliott commented 11 years ago

Thanks for the report. We will address this in the next optimization.