Search code examples
javascriptreactjsmac-address

is it possible to get the mac address using the javascript?


I need the mac addresses of system for login using the JavaScript ,is their possible to get Mac addresses using the JavaScript?


Solution

  • No! Javascript is quite a high level language and doesn't have access to this sort of information. And such information via JavaScript would be a security vulnerability as well.