PHP IP based location vs Geolocation -
for php
- what difference of ip based location , html5 geolocation?
- which more accurate?
- can bypass user authorization both without user consent?
- can use vpn fake location website? if website asking geolocation therefore concern too.
- html 5 newest standard set world wide web consortium (w3c). prior html 5, geolocation done on server side web visitor's ip address captured , matched against geolocation database return more detailed information visitor's country, state, city , whole lot more.
with announcement of html 5 standard, become easier geolocation information on client side. due fact included inside html 5 standard specification new javascript based geolocation api. of newer browsers available today support new geolocation lookup leverages data collected global positioning system (gps) , location inferred network signals such rfid, wifi , bluetooth mac addresses, , gsm/cdma cell ids, user input.
source: http://www.ipgeo5.com
html5 more accurate.
no.
yes ip address. however, html5 provides more information such mac address not hidden vpn.
Comments
Post a Comment