Browser System Information

We have a license key system, which requires the MAC address of the PC network card. To make this easier for the user, I am learning how to obtain the MAC address (or other similar system identification information) using a web page.

Does Flash (or Flex), JavaScript, or Java applets have any APIs for requesting system information?

+3
source share
2 answers

This link shows how to get system information using JavaScript:

This article will show you how to write custom JavaScript objects 
that retrieve system information using the Windows Management 
Information (WMI) classes.

http://code.google.com/apis/desktop/articles/e3.html

0
source

Source: https://habr.com/ru/post/1762497/


All Articles