Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> I want to get header information about the server, from where the request is coming to my server.
Its not very clear to me what exactly you are using but in case of servlets you can use Request.getRemoteAddr() or Request.getRemoteHost() cheers,
Replies: |
Sponsored Links
|