jsp - IP of request - JSP/Java Views : 279
Tagged in : JSP-Java
0 0
Send mail
The following lines all return the ip address of the client.



request.getRemoteAddr()
request.getRemoteHost()
request.getHeader("x-forwarded-for")


By raja, On - 2010-01-28



    Login to add Comments .