I am trying to get the address mac of the mahine client on my application to check if the user have been visited this application or this is the first time
Asked
Active
Viewed 142 times
0
-
That's a challenging question... I think that ECMAScript/jscript engines embedded with navigators will not have access to the client network hardware interfaces, i'll do some search. – Zilog80 Mar 28 '21 at 15:38
-
2Take a look at this post: https://stackoverflow.com/questions/3385/mac-addresses-in-javascript You cannot get access to the MAC address because this would house security issues. – null1 Mar 28 '21 at 16:02