why request.getRemoteAddr() is displaying 127.0.0.1?
843836Jun 18 2004 — edited Jun 22 2010hi all,
when i try
<% out.print("IPADDRESS"+request.getRemoteAddr());%>
its printing 127.0.01.
i am trying to get the client ip address.i search in the forum and found that request.getRemoteAddr() to get client ip address but for me its showing 127.0.0.1?where i am wrong?
Any help will be greatly appreciated?