How to get client MAC address by a access on a website?

后端 未结 4 1306
星月不相逢
星月不相逢 2020-11-29 05:55

I have my website, and it records the number of visitors, IP and time of access...

I want to identify each visitor... I think that this was possible recording IP Add

4条回答
  •  情书的邮戳
    2020-11-29 06:23

    Sorry but sending MAC address isn't part of the HTTP. However, you can use cookie to identify different users. Any backend language will do (add cookie in the server side). You can set the cookie in the client side using JavaScript too.

提交回复
热议问题