Is it possible to track mac address of client with PHP code. If yes how and if no why? -


i want track web app users mac address can give access user device having mac address registered in app.

how can this?

mac address stands "media access control", address low level in osi model, physical address. so, if running web app in server not in same network of users, impossible, because public address (ip) transmitted.

for further information regarding this, please search bit on stackoverflow, this answer.

alternatively, , if in same network, there other possible solutions depend directly on networking knowledges, such using php library or linux scripting (assuming using linux).


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -