Reputation: 22041
I'd like to know if it's possible to get the mac address of a client with javascript, It would be a good way to secure a web-app. (eg. Limit one license p/ Mac Adress)
Upvotes: 1
Views: 316
Reputation: 24657
No, you can't. It's the same security issue. You can't do this with Flash either.
Upvotes: 5
Reputation: 29333
1/ You can't. MACs only travel in the local network.
2/ Javascript is a weird choice for license enforcements.
Upvotes: 2
Reputation:
It is not a good strategy. What if a network card burns out and the client will have to replace it? These things happen.
Upvotes: 1
Reputation: 55062
It's not a good idea.
The MAC address can be changed programmatically.
Upvotes: 3