Understanding Location Acquisition with IOS 10+IIS+HTTPS+ Self-Certificate (Ore Certificate)

Asked 2 years ago, Updated 2 years ago, 110 views

I am developing in the following environment.
OS:IOS 10 IIS
communications:HTTPS

In addition, you are connected to a web application being developed with a self-certificate (Ore Certificate).

However, an error occurs when attempting to retrieve location information.
"Geolocation error: Origin does not have permission to use Geolocation service."

How do you solve this problem?

ios10

2022-09-30 20:20

1 Answers

The English version of StackOverflow is covered in the following topics:

Got an error when trying to get the geolocation in safari iOS10

Even on pages accessed by HTTPS, it seems that even one of the pages accessed by HTTP is not allowed to be mixed with content (e.
The solution seems to be to rewrite everything you are accessing with http to https.


2022-09-30 20:20

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.