How do I detect what browser is used to access my site?

前端 未结 11 2153
盖世英雄少女心
盖世英雄少女心 2021-01-13 13:51

How do I detect what browser (IE, Firefox, Opera) the user is accessing my site with? Examples in Javascript, PHP, ASP, Python, JSP, and any others you can think of would b

11条回答
  •  庸人自扰
    2021-01-13 14:18

    It may be dependent of your setting. With apache on linux, its written in the access log /var/log/apache2/access_log

提交回复
热议问题