How the heck did it automatically pan the map to my current location, my small town, in an Incognito window, on page load?
Is IP geolocation this accurate and accessible to every website nowadays?
If this website can do this I assume every website I visit can do it too?
It is very cheap and easy. Even the free versions of the database available from maxmind are plenty accurate for town level.
At my last job, I built a little docker image that used the free maxmind DB and kept it up to date, and ran a node server which returned some JSON telling estimated lat/long, city name, country, etc.
Cheap, easy, and wrong. It puts me a clear 800km away from where I'm actually sitting, and I'm sitting in a major UK city.
It's put me on the wrong continent before now. That was fun.
Where do we locate you? https://ipinfo.io/
If the location data is incorrect, you can always submit a correction with us: https://ipinfo.io/corrections
Better! Still 200km out, but better!
200 KM means there is room for improvement. If you reach out to support and provide a correction, that will be quite helpful. If you mention that you came from HN, I can report back on why we had such a deviation.
Mine was about 600 km wrong but the correct country at least. It's reporting the ISP's location but it's a country wide ISP.
If you reach out to support and drop a correction with us, that will be quite helpful. This is an unusually high deviation, so we would like to investigate it.
I guess the accuracy really depends on your location or ISP.
I believe my ISP rarely or never rotates IP addresses, and on top of that I think my ISP provided router is assigned an IPv6 address and it prioritizes using it, because when I visit whatismyipaddress.com with JS disabled, it can only show my IPv6 address, but if I enable JS it can show an IPv4 address too (I assume through the WebRTC IP leak method, which requires JS)
When I built the thing I mentioned, and even if i did so now, I'd just not make an AAAA record for it, because it's still safe to assume ipv4 connectivity exists (and not just via some remote proxy or something), and I think at least the database I had access to was for ipv4.
I don't think they need any hackery to get your IPv4, they just need a separate hostname configured that they can fetch from, which only has an ipv4 (A) record.
Cheap, easy, and generally correct for the majority of people*
Just because it’s 800km off for your IP does not mean it’s 800km off for every IP and Maxmind is generally considered one of the reliable providers of this information.
What did you expect after leaving Europe? /s
You should probably try what one of the few online demos of IP geolocation tell about your IP... (just to cite one among many, quality varies a lot across services and geographic zones: https://www.maxmind.com/en/locate-my-ip-address)
Interesting. I have a static IP, and have kept that same IP through multiple moves around the state, but it knows my current zip code. I wonder if that is because my ISP shares the zip code, or through association with data collected from other sites.
And yet every site that uses IP geolocation for useful purposes thinks I'm in a completely different state that bounces around every few months, if I don't let the browser share my location.
I work for IPinfo.io (feel free to check your location data with us to see if we are correct as well). It is most likely that your ISP is sharing your zip code via a WHOIS/geofeed record.
For me, Firefox and without iCloud Private Relay engaged, Maxmind is within about 2km and doesn't get the city correct (but we're right on a border), and IPinfo is about 15km as the crow flies (and gets the city entirely wrong).
That is very unfortunate. If you reach out to support and drop a correction with us, that will be quite helpful.
This makes me glad I have iCloud Private Relay turned on for all of my devices and my wife’s devices. Clicking on this link showed my location as Birmingham, Alabama, more than 1000 miles away from my actual location in northern Iowa. Several of the other IP geolocation sites others have linked in this thread showed places like Chicago (closer), and Dallas (much further).
Well, the jokes on you: Now we all know that you're in northern Iowa.
obviously, that's yet another layer of misdirection. They're probably in Nebraska, laughing at all of us.
Geo-IP through Cloudflare:
See https://developers.cloudflare.com/network/ip-geolocation/.Mine's off by more than 100 miles (Comcast Business fiber), it's not magic.
Cloudflare only gives you the country
No. https://developers.cloudflare.com/rules/transform/managed-tr...
Then how did the website end up just about a mile from my house?
It's probably either just the lat long of the PoP or some magic based connection latency?
I thought the same. It's the first time I've ever seen IP geolocation get my home IP address correct. It usually thinks I'm in North Carolina (I'm in Florida).
Mine started in a different city about 520km away. And I wasn't incognito. Probably a lot more to do with your country, your ISP or coincidence than anything else.