I am beginner in programming. I am creating study project in Djnago-Python. I want to store MAC address of user who accessing my website (Just for better service purpose). How I get that using Django-Python or any other scripting language?
I tried to many things which I get from Stack Overflow. Those all just returns host's MAC address. I checked this via creating intranet environment and accessed my site from another device. So, how can I get the MAC address of device from which the site is accessing.?