getenv('Username') in WebApp Alternative
5 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Praveen Reddy
2023-5-8
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Web App Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!