-
I had a simple proof of concept slippy map tile server set up and could access it from a Custom http URL inside iD Editor, but now when I try it, the server sees a bunch of random characters, which Cursor thinks is the iD editor trying to access through https instead of http. We changed it to https and it works, but Is http not supported anymore? (I'm not a web dev so I don't know about all this stuff.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
AFAIK this is a browser thing and not something that iD does. Try to open one of the URLs (the image) directly and accept the browser warning. Afterwards it might work for iD as well because the Domain/URL is now „configured“. It might help changing browsers as well, they handle this differently. |
Beta Was this translation helpful? Give feedback.
That's expected, an HTTPS site cannot load HTTP resources. There's a detailed technical explaination here. There's an exception for
localhost
to make prototyping easier