Saturday 5 September 2015

How to get the IP address of client in servlet?

We can use request.getRemoteAddr() to get the client IP address in servlet.

No comments:

Post a Comment