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

### Description Basically, you can't get the real value you really need

- [x] The commits are consistent with the [contribution guidelines](../CONTRIBUTING.md). - [x] You've added tests (if possible) to cover your change(s). - [x] All tests and style checkers are passing...

This user agent is not detected as a bot. I wonder if this is intentional or not? https://user-agents.net/string/newspaper-0-2-8

### Description HeadlessChrome ua parse error ### Steps to reproduce `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/97.0.4691.0 Safari/537.36` ![image](https://user-images.githubusercontent.com/32825326/155090807-536d3fa6-715e-4bee-b624-6537ed50f53f.png) - **Expected behavior**: browser.name is HeadlessChrome - **Actual behavior**:...

I see that in thew latest version you removed `func (p *UserAgent) Model() string{ return p.model }` Is there any alternative to get model ?

this user agent will receive android 4 for browser name ``` Mozilla/5.0 (Linux; Android 10; SM-T510 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.120 Safari/537.36 [FB_IAB/FB4A;FBAV/325.0.0.36.170;] ```

Hi, We have observed two user agent which are bot or ISP stats but that are not handled by this service We should include: User-agent: ~ Mozilla/5.0 (Windows NT 10.0;...

bug

## Description The user agent name for [PhantomJS](https://phantomjs.org/) is being reported as `Safari` when it probably should be `PhantomJS`. ## Steps to reproduce Get `name` value of PhantomJS user agent:...

bug

ua: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299 name / version: Chrome 58.0.3029.110

bug

### Description I found this library (appreciate your OSS contribution) and was looking thru the [GoDoc](https://godoc.org/github.com/mssola/user_agent) to gain an understanding of the package's API structure. I was wondering about the...