Re: How to get the host name if proxy is configured

2009-11-23 Thread Robert Graf-Waczenski
Mageshwaran schrieb: Hi All, In my application, am using request.getRemoteHost() to get the host name where the client is running. But it is returning the proxy address if configured instead of host address/ host name. Can any one help me to solve this issue? Thanks in Advance, Magesh.

RE: How to get the host name if proxy is configured

2009-11-23 Thread Muthu Velappan
Yes, what Robert said is perfect, you can't get the remote host name. If you so critical about that client information then you can some Geographic location software's like this to find that out http://www.ip2location.com/. In one of our POC, we used this to identify the country where our user