Forums Register Login

IP address and location of client

+Pie Number of slices to send: Send
Hi

I want to track the physical location of the client i.e The client who has logged in to my site I want to know their city/town and country.
I think there are 2 steps
1. Get the ip address of the machine
2. Let your app talk to some other add which can give you location of the client based on IP

Does not look like a big task considering google can pin point to the city from which request originated in google analytics.
But in java this look a difficult task.

I cannot get IP from servlet API like getRemoteAddress() because it returns IP of the proxy

In one of the postings in java ranch I found this java script code to get IP address which I think works (I am yet to test it completly)
http://javascript.internet.com/user-details/ip-address.html

Now once I get the API I need to call another service to send me location of this client (If free , nothing like it).

I am not sure how this can be achieved. I also did not find any google API's which could offer this service.

Any suggestions and help would be appreciated.
+Pie Number of slices to send: Send
They probably don't (at least Google Maps doesn't). You will need to find a service out there that returns the geocode for you - based on IP - so you can find their location.\

I've used these guys for Google Maps geocode lookups and they're good:
http://geocoder.us/

No guarantee, of course
+Pie Number of slices to send: Send
If it returns the IP of a proxy, then you may need to check the x-forwarded-for request header. Public proxies will pass the client's IP address in there. If it isn't available either, then you're out of possibilities at the server side. Best what you can do is to run a piece of Java code at the client side which sniffs the local IP address and sends it to the server side. You can do that in form of a signed applet or webstart application which you embed in your JSP.
Destroy anything that stands in your way. Except this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 2361 times.
Similar Threads
Getting location information from the IP
NetMask,IPAddress clarification
Getting IP and location of a client
can we detect location if GPS is not accesible
How to get Mac Id of my client machine
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 02:52:52.