Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I want the client IP adress but I have Proxy server

Status
Not open for further replies.

guil

Programmer
Dec 18, 2002
1
CA
Hi, I want the real client IP adress, but we have a proxy server and when I try to get the IP adress with this line :
<% String ip = request.getRemoteAddr(); %>
I get the IP of Proxy server. How I can have the real client IP adress ?
Thank's you !!
Guil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top