Relative URL for /api-docs
Created by: NotSpecial
The online docs have an issue with HTTP and HTTPS:
While the client makes a HTTPS request, the proxy forwards it with HTTP. Currently, we just rewrite the end of the request URL, which is thus a HTTP request.
Browsers will however block a HTTP request made from a HTTPS page.
Using relative URLs for docs, this should be no issue anymore.