Browser Detection
Posted
by Jrgns
on Stack Overflow
See other posts from Stack Overflow
or by Jrgns
Published on 2008-09-19T10:11:55Z
Indexed on
2010/06/03
0:44 UTC
Read the original article
Hit count: 252
What's the best / simplest / most accurate way to detect the browser of a user?
Ease of extendability and implementation is a plus.
The less technologies used, the better.
The solution can be server side, client side, or both. The results should eventually end up at the server, though.
The solution can be framework agnostic.
The solution will only be used for reporting purposes.
© Stack Overflow or respective owner