Geolocation under firefox 3.6 requires Proxy Authentication?
- by prem
I am trying to share my location on geolocation enabled pages from firefox 3.6, but doesn't seem to get any kind of success or failures.
When I wrote my custom js containing navigator.geolocation.getCurrentPosition(func1,func2), the success callback isn't called at all.
When I tamper the http requests on firefox, the request to https://www.google.com/loc/json returns with status: 407 [Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )]...
Yes, my network is behind a proxy server. But the same works with Chrome. I didn't try other browsers yet.