Skip to content

Relative URL for /api-docs

Johannes Zumthurm requested to merge relative-url into master

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.

Merge request reports

Loading