Are there any accurate alternatives that don't use MaxMind's free db?
Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
1–10 of 11 posts
Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#2Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#3http://www.w3schools.com/html/html5_geolocation.asp
Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#4Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#5Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#6I have had good success with NeuStar.
Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#7Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#8Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#9Earlier quoted context omitted.
That works great until the user pushes "No, I don't want you go geolocate me".
If the user doesn't want to be geolocated, why are you going to geolocate them?
Re: Ask HN: Less Evil Alternative to MaxMind GeoIP Db?
#10Earlier quoted context omitted.
If the user doesn't want to be geolocated, why are you going to geolocate them?
Basic web stats reports. Checking that you're getting the geotargeting you paid for when you advertise. Preventing credit card fraud (billing address in one country, user located in another, detecting open proxies, etc). Lots of reasons geolocation has been used since long before browsers had a mobile-style API for it on the client side.
Just flag it as "no location information available" if you need to use it for an access control/fraud prevention mechanism and be aware that determined bad guys can spoof almost every signal you receive from them.