2
votes
3answers
134 views
Detect 64-bit or 32-bit Windows from User Agent or Javascript?
I want to offer the right version of a download. The versions I have are:
32-bit Windows
64-bit Windows
Linux
Detecting Linux using the User Agent field is easy; but is it pos …
0
votes
3answers
42 views
What does default CSS’s browsers depend on ?
Hi (please excuse me for my ugly english ;-) )
Do you know if the default CSS of any user agent ... :
depends on its release number ?
depends on its layout engine ?
depends on t …
1
vote
1answer
11 views
Is there a workaround to IE7’s user agent being defaulted after installing .Net Framework 3.5 SP1?
I have verified that after installing the .Net Framework 3.5 SP1, when the User Agent string exceeds a certain number of characters, the user agent is defaulted to 'userAgent strin …
2
votes
3answers
455 views
HTML Parsing Error
I can't find out what the problem is, and why I keep receiving this error in Internet Explorer 8, as it's the only error that I am receiving. Any thoughts as to what it means, or a …
0
votes
3answers
27 views
Getting “undefined method `include?’” for request.user_agent
I've got this line of code:
if request.user_agent.include?("iPhone") then
But I'm occasionally getting this error:
"undefined method `include?' for nil:NilClass"
When checkin …
1
vote
6answers
1k views
Auto detect mobile browser (via user-agent?)
How can I detect if a user is viewing my web site from a mobile web browser so that I can then auto detect and display the appropriate version of my web site?
4
votes
7answers
669 views
How big can a user agent string get?
If you were going to store a user agent in a database, how large would you accomdate for?
I found this technet article which recommends keeping UA under 200. It doesn't look like …
0
votes
4answers
107 views
Check for internet explorer. PHP vs. ie conditional comments?
So I've decided to break up my CSS into an ie6-and-ie7-only file. I will have CSS rules in this file which target ie6 and ie7 only, such as:
div {
*color: red; /* target ie7 a …
0
votes
1answer
153 views
Safari’s user agent: which WebKit version to trust?
I'm trying to extract not just the browser and its version number but also the rendering engine and its version number from common user-agent strings. Most browsers report this jus …
0
votes
1answer
35 views
Block specific User-Agent in IIS 6.0
Is it possible to block a specific User-Agent in IIS 6.0 without installing urlscan on the server?
1
vote
2answers
282 views
HttpURLConnection in android doesn’t send correct User-Agent header
Hello,
I have found an issue. I have a server that uses User Agent header to identify the device that is connecting to it. But when i connect to the server using HttpURLConnection …
0
votes
9answers
498 views
PHP Sessions + Useragent with salt
Hi,
It keeps running in my mind the last couple of days, but I read some articles about how to make your PHP sessions more secure. Almost all of these articles say that you need t …
1
vote
1answer
37 views
How can the user-agent be changed in Maven?
How can I change the user-agent in Maven? I need to be able to change this to get through the company firewall. I am using version 2.2.1 and I noticed an improvement in the 2.0.10 …
0
votes
1answer
75 views
Can Zend_Soap_Client set custom user-agent?
I have Zend_Soap_Server. It should be tested. One issue - unit testing and development modes should work with different databases. It can be done via .htaccess:
SetEnvIfNoCase Use …
0
votes
2answers
51 views
Alternative to User-Agent in .jsp
Sometimes in my .jsp i use User-Agent in order to define what .css class or attribute to use dependently upon client's browser.
example:
<c:set var="browser" value="${header[' …
