I have a web app that uses geolocation. It works on most browsers in most locations which is great. However sometimes I get a 404 error. I have attached it in the image below.
The javascript call to the geolocation function is done like this…
navigator.geolocation.getCurrentPosition(successCallback, geo_error, { enableHighAccuracy: true, maximumAge: 600000, timeout: 600000 });
Does anyone know why in some cases I get this 404? Is it due to the network conditions that this specfic machine is on?

Thank you
I afraid I don’t have an immediate solution. A quick search in Chrome forum showing that this issue appeared recently. You might need to wait for an upgrade of google browser.
http://code.google.com/p/chromium/issues/detail?id=116986