Geolocation under firefox 3.6 requires Proxy Authentication?

Posted by prem on Stack Overflow See other posts from Stack Overflow or by prem
Published on 2010-06-14T08:24:59Z Indexed on 2010/06/14 8:32 UTC
Read the original article Hit count: 302

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about firefox

Related posts about html5