Hi Ranch,
we have a requirement to fetch IP address of client machine and display it on the user page, for that i used a
JSP page which does like below :
This works fine, when the system is connected directly to internet, but when its connected thru a Proxy server we receive only its proxy server IP address instead of the Client Local IP.
Is there any way we can retrieve the Client IP running behind proxy?
Thanks in advance.