I just went to a web site called fwix.com
I noticed that the page geolocates me based on my IP extremely quickly. At first, I simply thought they were doing this via Google Maps built in ClientLocation feature BUT it doesn't appear they are doing that.
Instead, looking at the source for the page, I see that my IP address has been injected into the <HEAD>
as <meta name="client_ip" content="123.456.789.123" />
Question: How is fwix.com getting my IP and generating the web page accordingly?