Click here to Skip to main content
15,888,202 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,
How to find Client machine MAC address using Javascript in CHROME Browser.
NOT Internet Explorer.

What I have tried:

Please any one give suggest, ActiveXobject not support in Chrome. any alternative method to find MAC address
Posted
Updated 7-Jul-16 1:39am

You can't - it isn't transferred past the router, and it isn't good for machine ID anyway: it isn't globally unique - it only has to be unique to the local segment - and it is extremely easy to "spoof".
The only way to get the MAC is to run software on the same local LAN segment, normally on the client: and you can't do that in Chrome. You can do it in IE via ActiveX under exceptional circumstances, but ActiveX was so abused that it doesn't run on hardly any machines anymore, and does not run on Chrome, FireFox, or Opera at all.
 
Share this answer
 
Brower does not deal with your client machine ever, Browser is just the Media between server and your machine, it just render pages, send and receive request, from browser ONLY.
So I guess, it is OUT OF browser scope
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900