javascript - Prevent navigator.getCurrentPosition coordinates from being altered -
my web app uses javascript's navigator.getcurrentposition method determine user's location. understanding js can pinpoint user's location greater degree of accuracy can done on server side.
having said that, know users can modify coordinates on client side. prevent them being altered if possible or @ least validate integrity of values on backend, using php. suggestions?
thanks, cody
Comments
Post a Comment