remote « Client « JSP-Servlet Q&A





1. How do I get the remote address of a client in servlet?    stackoverflow.com

Is there any way that I could get the original IP address of the client coming to the server? I can use request.getRemoteAddr(), but I always seem to get the IP of ...