-
-
Notifications
You must be signed in to change notification settings - Fork 534
Closed
Labels
bugSomething isn't workingSomething isn't working
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
Line 207 in 1346f01
return this.swaggerConfigUrl; |
Line 197 in 1346f01
return this.apiDocsUrl; |
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?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working