Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I need to get the remote IP address of the machine using my web application .
I need to get this address without using servlet concept.
can you help me out.

If the remote client uses proxy server, then how to get the real IP address.

Thanks.
Posted
Comments
TorstenH. 10-Oct-12 10:02am    
But you have a connection to that machine? fine. What kind of connection?

1 solution

You cant get the real IP address of the client machine without using an activex or applet.All you get is the proxy ip address or lb ip address of the machine(if one present) using a web application.
 
Share this answer
 
Comments
TorstenH. 10-Oct-12 14:49pm    
I assume he has a connection - cause he's talking about a "remote machine", which indicates to have a connection.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900