Filter löschen
Filter löschen

getenv('Username') in WebApp Alternative

8 Ansichten (letzte 30 Tage)
C. K.
C. K. am 5 Mai 2023
Kommentiert: C. K. am 8 Mai 2023
Hi,
I have an WebApp running on a server. My question is, whether I can find out the windows user name of the user of the WebApp. The user is of course not the user of the server.
The function getenv('Username') like in local apps is not possible.
Could you please help me finding an alternative solution for getting the user name of the user of the WebApp?
Kind regards

Akzeptierte Antwort

Praveen Reddy
Praveen Reddy am 8 Mai 2023
Hi C.K,
I understand that you want to find the user information of user logged into Web App server. Starting from R2022a you can use “compiler.UserInfo()” to retrieve the details of user logged into Web App server.
Please refer to the following MATLAB documentation
  1 Kommentar
C. K.
C. K. am 8 Mai 2023
Hi Praveen,
thank you for your answer, which sounds very good. I will try it out this week.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Web App Server finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by