Go-based freegeoip.net now supports SSL for its API
11–20 of 38 posts
Re: Go-based freegeoip.net now supports SSL for its API
#12For those unfamiliar, this free usage limit is much more relaxed than Google's Geocoder, which limits you to 2,500 free requests per day. https://developers.google.com/maps/documentation/geocoding/#...
Re: Go-based freegeoip.net now supports SSL for its API
#13Re: Go-based freegeoip.net now supports SSL for its API
#14For those unfamiliar, this free usage limit is much more relaxed than Google's Geocoder, which limits you to 2,500 free requests per day. https://developers.google.com/maps/documentation/geocoding/#...
The first[1] converts ip to location, and allows 100 free queries per day.
The second[2] converts physical addresses to location as part of it maps JavaScript api, and is part of its 25,000 free requests/day.
The third[3] is its http version of geocoding, which also converts physical addresses to locations or visa-versa. This api has the 2,500 req/day limit.
[1]https://developers.google.com/maps/documentation/business/ge...
[2]https://developers.google.com/maps/documentation/javascript/...
[3]https://developers.google.com/maps/documentation/geocoding/
Re: Go-based freegeoip.net now supports SSL for its API
#15Re: Go-based freegeoip.net now supports SSL for its API
#16No IPv6 support?
Re: Go-based freegeoip.net now supports SSL for its API
#17Was it to enable updates to the geoip data if you get corrections (crowdsourced or otherwise)?
Re: Go-based freegeoip.net now supports SSL for its API
#18Re: Go-based freegeoip.net now supports SSL for its API
#19Why is it important what programming language was used in implementing a given web service+
Re: Go-based freegeoip.net now supports SSL for its API
#20Why is it important what programming language was used in implementing a given web service+