Menu

#24 Enhancement: RemoteAddr

open
nobody
None
5
2009-08-14
2009-08-14
Anonymous
No

When using the reverse proxy one is not able to retrieve the client ip. To solve this problem a header is added to the request
called RemoteAddr. In the called application one can get the ip by getHeader("RemoteAddr").

ProxyFilter.executeRequest
method.addRequestHeader("RemoteAddr", httpRequest.getRemoteAddr());

Discussion


Log in to post a comment.