Getting remote User Mac address

前端 未结 2 475

I am working on a project using mongodb, express and nodejs to build an intranet based webapp. The goal of the project is to acquire a user mac address upon authentication and r

2条回答
  •  无人共我
    2021-01-26 00:17

    I imagine you would have to do this client side and pass it back.

    By the sounds of this SO answer you can't do it easily in in Javascript but the answer suggests:

    • Using Java (with a signed applet)
    • Using signed Javascript, which in FF (and Mozilla in general) gets higher privileges than normal JS (but it is fairly complicated to set up)

提交回复
热议问题