Re: Forum Stats
Reply #36 –
@Frenzie, yes, this is how it's supposed to be, it's used by all WebKit based browsers.
It could be worse. ;-)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36
You don't need to check whole UA, it's enough to check for:
Otter/([\w\.]+)
And always run checks in correct order (Chrome and Safari always at end).