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

2009-11-23 Thread Muthu Velappan
, November 23, 2009 5:04 PM To: Struts Users Mailing List Subject: Re: How to get the host name if proxy is configured 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 t

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. -

How to get the host name if proxy is configured

2009-11-23 Thread Mageshwaran
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. ---