Hi. If you are working on a web page / site, you don't need to interact with the MLS service.
Instead you should use the HTML5 geolocation API supported by all browsers (https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation <https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation>). HTTPS would be a requirement to talk to the MLS service. It's also required to use the Geolocation API in Chrome and Safari. Right now using the geolocation API in Firefox on non-secure origins (HTTP) still works, but it is likely to be deprecated very soon, so I wouldn't rely on this. Hope this helps, Hanno > On 9 Jan 2017, at 07:55, John A Gregory <[email protected]> wrote: > > Hello, > I am working on a web page to be available on both PCs and mobile devices > but don't have https so I would like an API key so I can use Mozilla > geolocate! > How do I obtain said API key? > Thank You > Best regards > John A Gregory _______________________________________________ dev-geolocation mailing list [email protected] https://lists.mozilla.org/listinfo/dev-geolocation
