Top "User-agent" questions

A user agent is a piece of software (a software agent) that acts on behalf of a user.

android user agent

I am writing an app in Android that uses a WebView to display HTML content. I was told to get …

android user-agent
Android, webview user agent vs browser user agent

I'm building my website and I want to know whether the user is using Android's browser or an app with …

android android-webview user-agent
Changing User Agent in Python 3 for urrlib.request.urlopen

I want to open a url using urllib.request.urlopen('someurl'): with urllib.request.urlopen('someurl') as url: b = url.…

python python-3.x urllib user-agent
Is there an online user agent database?

How do you parse your user agent strings? I'm looking to get: Browser Browser Version OS OS Version from a …

web-services web-applications user-agent
Mobile detection

Is there a way to detect mobile devices using Javascript? Also, I researched that there are such an XML which …

javascript mobile user-agent browser-detection
How to handle user-agent in nodejs environment?

I start to using the package "ua-parser" but the creator is too busy to mantain or commit... the npm ua-parser …

node.js express user-agent
Ways to create a unique user fingerprint in PHP

What is the best way to generate a 'fingerprint' of user unique-ness in PHP? For example: I could use a …

php statistics user-agent identifier fingerprint
How to reset all default styles of the HTML5 button element

Scenario I use the <button> element which appeares just as plain text with an "+" on right end. On …

css html button default user-agent
Way to change Google Chrome user agent in Selenium?

I'm trying to figure out a way whereby whenever I open up Chrome via Selenium (in Python) in this particular …

python google-chrome selenium selenium-webdriver user-agent
Redirect mobile devices to alternate version of my site

We've got an alternate version of out website ready for mobile devices. The content we serve is different and it …

html redirect user-agent mobile-website