We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What I have :
"Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 (Chrome)"
What httpagentparser tells me :
{'bot': False, 'browser': {'name': 'Chrome', 'version': 'Mozilla/5.0'}, 'os': {'name': 'Linux'}, 'platform': {'name': 'Linux', 'version': None}}
Note that except the browser being Chrome, the version is wrong too.
What internet tells me : Mainly Firefox but I'm not sur it corresponds to a real vendor UA, but it seems we can find clients using this UA...
The text was updated successfully, but these errors were encountered:
Thanks much for reporting. Let see what can I do.
Sorry, something went wrong.
No branches or pull requests
What I have :
What httpagentparser tells me :
Note that except the browser being Chrome, the version is wrong too.
What internet tells me :
Mainly Firefox but I'm not sur it corresponds to a real vendor UA, but it seems we can find clients using this UA...
The text was updated successfully, but these errors were encountered: