In other words, what benefit does a User-Agent field have nowadays when people are told to check for capabilities rather than products, apart from allowing fancy statistics which company currently has the long^Whighest bar in the user agent statistics?
Testers Say IE11 Includes 'Like Gecko' in User Agent String
11–20 of 70 posts
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#12> Microsoft also included the command "Like Gecko" which instructs the website to send back the same version of the website as they would to Firefox seriously, who does that? 'msie5.0 mozilla', good times. 'like gecko' => msie trying to look like webkit, who tries to look like firefox. yeah, makes perfect sense. could anyone give an example of a modern application that checks against the user agent string?
Chrome? > Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.40 Safari/537.31
I agree with "who does that" because I've never done UA sniffing so I had to look up the term "like Gecko" to even understand the context. As someone else has pointed out, that's for browsers that are not using the Gecko rendering engine. So essentially, everyone is trying to be "like Gecko" in one way or another.
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#13Earlier quoted context omitted.
Chrome? > Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.40 Safari/537.31
I meant 'who does check that user agent', edited to clarify.
Its a sad situation.
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#14other browser vendors release new versions on a regular basis, regardless of the operating system number. This enables browser-related technologies to evolve at a more rapid pace. So please do us all a favor and stop locking major IE releases to Windows versions and just try to imitate what others do. We won't judge you for copying, promise.
Sincerely, Web developers
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#15> Microsoft also included the command "Like Gecko" which instructs the website to send back the same version of the website as they would to Firefox seriously, who does that? 'msie5.0 mozilla', good times. 'like gecko' => msie trying to look like webkit, who tries to look like firefox. yeah, makes perfect sense. could anyone give an example of a modern application that checks against the user agent string?
Chrome? > Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.40 Safari/537.31
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#16> Microsoft also included the command "Like Gecko" which instructs the website to send back the same version of the website as they would to Firefox seriously, who does that? 'msie5.0 mozilla', good times. 'like gecko' => msie trying to look like webkit, who tries to look like firefox. yeah, makes perfect sense. could anyone give an example of a modern application that checks against the user agent string?
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#17Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#18Dear Microsoft, other browser vendors release new versions on a regular basis, regardless of the operating system number. This enables browser-related technologies to evolve at a more rapid pace. So please do us all a favor and stop locking major IE releases to Windows versions and just try to imitate what others do. We won't judge you for copying, promise. Sincerely, Web developers
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#19Check what @ppk says: http://mobilism.nl/blog/2013/03/ie11-to-disguise-itself
For the non-clickers: It's Webkit, not Firefox that it will be disguising itself as: "The 'like Gecko' string has been part of most WebKit-browser UA strings from time immemorial, but has never been used by Firefox, which instead uses 'Gecko'".
Re: Testers Say IE11 Includes 'Like Gecko' in User Agent String
#20Earlier quoted context omitted.
I meant 'who does check that user agent', edited to clarify.
A lot of people, on Firefox OS we have a blacklist of sites we have to send Android like user agents to so we are served mobile friendly content: https://github.com/mozilla-b2g/gaia/blob/master/build/ua-ove... Its a sad situation.