Closed
Description
SwaggerUI doesn't work at all while behind a reverse proxy like Traefik even if good HTTP Headers are sent.
contextPath is available but doesn't seem to be used as you can see below
I tried setting this.swaggerConfigUrl and this.apiDocsUrl by appending default urls to the contextPath as we could expect according to the method signatures and it works well behind Traefik.
Is it really an issue that contextPath variable in thoses methods are not used?