Up to date browsers that disable mixed content by default (like Firefox) will not be able to create locations. This is because we make an AJAX call to get location details and it will fail since it's making a request to HTTP and not HTTPS.
As far as I can tell, Nominatim doesn't support SSL connections which means we will probably have to proxy calls.
Up to date browsers that disable mixed content by default (like Firefox) will not be able to create locations. This is because we make an AJAX call to get location details and it will fail since it's making a request to HTTP and not HTTPS.
As far as I can tell, Nominatim doesn't support SSL connections which means we will probably have to proxy calls.