Pier Fumagalli wrote:
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote:
The X-Forwarded-For would contain something like 192.168.1.2:19876 (instead
of just the first bit before the ':'), and I would need to add another
header containing the IP of the client connection (I was thinking about
something li
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote:
> The new upcoming servlet API will include some new methods to retrieve the
> connection IP and PORT in case of proxied HTTP requests.
>
> It will be basically required to obtain the following:
>
> - IP + PORT of the remote client
> - IP + PORT of req
The new upcoming servlet API will include some new methods to retrieve the
connection IP and PORT in case of proxied HTTP requests.
It will be basically required to obtain the following:
- IP + PORT of the remote client
- IP + PORT of requested by the client
- IP + PORT where the request was rece