selwin / django-user_agents

A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.
MIT License
640 stars 104 forks source link

Is it possible to detect specific info of the device like mac address ? #27

Open abdelwahebmoalla opened 6 years ago

abdelwahebmoalla commented 6 years ago

I was wondering if it's possible to add attribute like mac address or anything so I can identify if the user already connected with this device or is it a new one ?

benzkji commented 5 years ago

this probably wont come through (check for example: https://stackoverflow.com/questions/5074139/how-to-get-mac-address-of-client-using-php )