Detect MAC Addresses? - via browser, without a plugin

后端 未结 2 1753
长发绾君心
长发绾君心 2021-01-16 10:42

For validation purposes, is there a way to detect a user\'s mac address as they\'re signing up on a webpage, for example? I\'d prefer a LAMP approach, but also open to ASP.N

2条回答
  •  情书的邮戳
    2021-01-16 11:10

    Trying to detect mac-addresses is not a good idea.

    But you can use a Java Applet to do so. The user will have to allow it to run though.

    The Java Applets can be embedded in any webpage

    Here is how you do it http://techdetails.agwego.com/2008/02/11/37

提交回复
热议问题