1

I need to manage the login activity for this I need the mac address of devices. Using Angular or Javascript?

I have tried getmac npm module.

Patricio Vargas
  • 5,236
  • 11
  • 49
  • 100

1 Answers1

2

The quick answer is NO.

With plain Javascript there is no option to get such an information.

Patrick Lüthi
  • 324
  • 2
  • 12
  • did you really just looked at the stackoverflow.com/questions/3385/mac-addresses-in-javascript and got @GateKiller 's answer and changed the wording? lol – Patricio Vargas Sep 06 '19 at 07:11
  • Actually you can using "JavaScript and Active X control of Microsoft" - Ad Kahn – Patricio Vargas Sep 06 '19 at 07:17
  • Your wording is wrong. Yes you can do it with plain Javascript, you can't do it with Javascript only. Big difference. – Patricio Vargas Sep 06 '19 at 07:26
  • I really need some help to find mac address but i am not actually near any solution. I have tried npm macaddress as well, but it didn't help me. Can anyone please suggest me a better way actually any way to find the mac address using plain javascript? – Akanksha Raizada Sep 06 '19 at 10:32