URGENT..how to get ip address or computer name of user making a JSP request
Hi,
How do i in my jsp, get the user ip address or any other kind of identification via JSP..
issit something like this...
<%
request.getRemoteUser() ;
%>
this jsp will be accessed when the remote user clicks a link from a normal web page...
[311 byte] By [
kenni81] at [2007-9-26 4:50:16]

PLEASE do search in this forum, there has been number of these sort of questions asked!
"use request.getRemoteAddr() or request.getRemoteHost(), unfortunately this will not work if the client is behind a firewall... (function will return null)" i wrote that about 10 minutes ago on the same question posted some minutes earlier!
Regards,
Fred