Hey, I’m working on integrating some API information on the official wiki, but there is something that prevents me from doing so: The APIs are served via HTTPS, making AJAX requests from the wiki (served via HTTP) impossible.
Would it be possible to also serve the API over HTTP (at least the ones you have right now; I understand that more special ones that might come would somewhat need a secure connection)? Otherwise I will have to create some dummy server that prepares the data, or need to do some server-side wiki stuff.

.