client computer name

vortecs

New Member
After getting the client(Website user) IP address. Now i want to go one step ahead by knowing the Computer name of the user. So, agian i need help from my question viewer to help me regarding computer name of the client(website user).I tried it by myself using google. But at last i thought it is better to ask to all of you who have better and best answers.Thanx again to see my query. And much much thanx for them who are answering this question.
 

Rickryne

New Member
We can get Client computer IP address easily but if you get client computer name. I don't no how to get client computer name. So please help me about this topic.
 

janvi

New Member
Hi,
Currently i am using following,
String remoteAddress = request.getRemoteAddr();
String remoteHost = request.getRemoteHost();
String remoteUser = request.getRemoteUser();
But this yeilds only IP Addresses and remoteUser as null.
 
Top