I have a webserver and the backend is written in nodejs. I am trying to get the mac address of each device accessing my website. I am using the getmac package and here is my code
Const getmac = require('getmac')
Const device = getmac.default()
Console.log(device)
Even though i am accessing my website from two totally different devices. I get the same mac address. Can some clarify. By the way i checked mac address of each device in my modem config page and there are different