143
Views
3
Comments
Solved
How do you get the computer name?
Question

One of my collegues is asking me about this.

He's been able to retrieve IP address using HTTPRequestHandler but

he wants to get the User's computer name too and he doesn't know how to do it.

Does anyone know how to get it? 

Thanks. 

2023-01-19 15-05-03
Sirajeddine Bouasker
Solution

Hello,

It seems to be impossible to get the computer's name, only the Ip could be obtained via GetIP server action.

Same question was asked here

Kind regards,
Sirajeddine

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Seung Hwan,

It is not possible to get the computer name. This is not a limitation of OutSystems, but a result of the way the web works. It would be a potential security threat if browsers could retrieve computer names.

2023-01-19 15-05-03
Sirajeddine Bouasker
Solution

Hello,

It seems to be impossible to get the computer's name, only the Ip could be obtained via GetIP server action.

Same question was asked here

Kind regards,
Sirajeddine

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Seung Hwan,

It is not possible to get the computer name. This is not a limitation of OutSystems, but a result of the way the web works. It would be a potential security threat if browsers could retrieve computer names.

2023-01-19 15-05-03
Sirajeddine Bouasker

@Kilian Hekhuis I comletely agree with you, it is potentially harmful indeed.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.