user_agent icon indicating copy to clipboard operation
user_agent copied to clipboard

This project has been moved, check the README.md file!

Results 27 user_agent issues
Sort by recently updated
recently updated
newest added

> By convention, packages are given lower case, single-word names; there should be no need for underscores . . . https://golang.org/doc/effective_go.html#package-names > Good package names . . . are lower...

### Description The following ua containing the keyword `iPhone` wants to be reported as a mobile ua: `Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like...

bug

There are several 'User-Agent' kinds of 'YandexBot': https://user-agents.net/bots/yandexbot The following kind is not detected as a bot: https://user-agents.net/string/mozilla-5-0-iphone-cpu-iphone-os-8-1-like-mac-os-x-applewebkit-600-1-4-khtml-like-gecko-version-8-0-mobile-12b411-safari-600-1-4-compatible-yandexbot-3-0-http-yandex-com-bots Steps to reproduce the problem: var ua user_agent.UserAgent userAgent := "Mozilla/5.0 (iPhone;...

Does this support concurrent calls? It doesn't look like it, given that `New()` returns a pointer without a `mutex` to protect concurrent reads or writes. This is important in the...

Mail.ru bot from networks 188.93.56.0/24 185.30.176.0/23 has user agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.2 Safari/537.36 Google proxy bot from networks 66.102.0.0/20 66.249.64.0/19 64.233.160.0/19 has user agent...

bug

UA Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-J730FM Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/8.2 Chrome/63.0.3239.111 Mobile Safari/537.36

bug

It would be great to support byte arrays to pass in the user_agent and get user agent sections as bytes. This would help using fasthttp with this library for performance.

enhancement

I have been seeing issues parsing certain user agents from the Facebook app. Most requests from the Facebook app do seem to come prefixed with the browser, etc.. but occasionally...

enhancement

Could you please look into the follow user-agents of WebView. These are not parsed correctly it gives `Browser = Android` and `BrowserVersion = 4.0` `Mozilla/5.0 (Linux; Android 4.4; Nexus 5...

bug

Here is a list of UserAgent strings which are not marked as bots, but in fact they are: ``` "ADmantX Platform Semantic Analyzer - ADmantX Inc. - www.admantx.com - [email protected]"...

enhancement