How to get client IP address
843840Dec 13 2009 — edited Dec 15 2009I need to track client IP address using jsp inside a private LAN. The client is behind a proxy server. So
request.getRemoteAddr()
gives me the proxy address. If I put the proxy settings of the client browser to 'automatic proxy', then I can get the real IP address of the client but not otherwise.
Is there any way to get the client IP address with manual proxy configuration settings on?