You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
if HTTPS is enabled on the Owncloud server (which is probably the case mostly) then most browsers block HTTP content loaded afterwards as "mixed content" like this for example:
OverPassLayer.js?v=70370e1…:517 Mixed Content: The page at 'https://myserver/owncloud/apps/maps/#15/56.2455/32.4445' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://overpass-api.de/api/interpreter?data=[out:json];node(26.242322,31.43259,31.30942,43.63427)[shop=supermarket];out;'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered:
Hello,
if HTTPS is enabled on the Owncloud server (which is probably the case mostly) then most browsers block HTTP content loaded afterwards as "mixed content" like this for example:
OverPassLayer.js?v=70370e1…:517 Mixed Content: The page at 'https://myserver/owncloud/apps/maps/#15/56.2455/32.4445' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://overpass-api.de/api/interpreter?data=[out:json];node(26.242322,31.43259,31.30942,43.63427)[shop=supermarket];out;'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered: