How can I get the name of the machine (client) using Javascript?

0

Is there any way I can get the name of the machine (client) using Javascript?

    
asked by Gemasoft 02.02.2016 в 21:55
source

4 answers

3

The answer is that it can NOT be because of browser restrictions, but other information such as Browser, Operating System, Screen Resolution, among others, it is possible to obtain it from Javascript.

    
answered by 02.02.2016 / 21:59
source
5

The answer is simple: NO , except in some versions of IE.

Some references:

How can I read the client's machine / computer name from the browser? (here's how to get it with IE)

Read the Computer Name using javascript in mozila browser

    
answered by 02.02.2016 в 21:57
2

Complementing the answer, currently for security reasons, it is currently NOT possible to read the " Computer Name " by JavaScript ; it could be done using a Active X control, but you must force your users to use Internet Explorer .

Writing an ActiveX control in C # (English)

    
answered by 02.02.2016 в 22:57
1

You can get the data of the browser you are using and some extra things, but details of the machine from where the browser is running, no.

    
answered by 03.02.2016 в 06:07