Top "User-agent" questions

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

How to retrieve exact user-agent string from Google Analytics

We have an interesting 'bug' in our JS code that only fires when a user agent has a specific combination …

google-analytics user-agent google-analytics-api
Is there a way to detect user agent in Rails 3.1

Possible Duplicate: Auto detect mobile browser (via user-agent?) Rails 3: HTTP_USER_AGENT Is there a way to detect the user …

ruby-on-rails ruby browser user-agent
How to get UIWebView User-Agent

I've got a problem working with one remote server. My app makes a request to a server using [NSData initWithContentsOfURL:] …

iphone ios4 uiwebview user-agent
Why does Internet Explorer (9) report "Mozilla" in UserAgent?

Why does Internet Explorer has Mozilla in UserAgent? In Firefox it's stating: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 In Interner …

internet-explorer firefox user-agent history
How to store IP address in the database and django admin

Would like to store IP address of everybody who is coming to the site. What is the best approach to …

django django-models django-admin ip-address user-agent
Looking for a Java User Agent String Parser

Does anyone know of a great library in java for parsing user agent strings? We have written a custom one, …

java parsing user-agent
Best practices for custom http user-agent strings?

I'm developing an application that communicates with an internal web service using HTTP. Are there any "best practices" for custom …

web-services http user-agent
Why the user agent is sent as "Apache-HttpClient/UNAVAILABLE (java 1.4)”

A sample mobile application sends POST requests to a HTTP server which we use to process information sent from the …

android user-agent apache-httpclient-4.x inappbrowser
Is it possible for $_SERVER['HTTP_USER_AGENT'] to not be set?

I've just been looking through a website's error_log and one of the error's that has been logged a few …

php user-agent error-log
Rails 3: HTTP_USER_AGENT

I'm working on detecting the users agent for tech support on a site so that the user doesn't need to …

ruby-on-rails-3 user-agent