besoft Active Member Licensed User Longtime User Dec 2, 2015 #1 Hi In the web application, I would like to get the user name and computer IP, with which the user is logged into the computer. It is a Windows environment. How can I get this information? thanks
Hi In the web application, I would like to get the user name and computer IP, with which the user is logged into the computer. It is a Windows environment. How can I get this information? thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2015 #2 Do you want to get the user name of the client computer or the server computer? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2015 #4 The user name is not included in the request. You can find the external ip address with: req.RemoteAddress. Upvote 0
The user name is not included in the request. You can find the external ip address with: req.RemoteAddress.