Comment on Why do websites now prefer IP-based geolocation rather than the `Accept-Language` HTTP header?
scottmeme@sh.itjust.works 6 days agoLocalizations are used to convert between different languages. Just having a country code inside a header doesn’t give enough context where you are. For example states/provinces and their respective cities. Most of that is easily collected from the GeoIP information to give you local results for your area.