You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
When exposing the swagger GUI under a path prefix using a reverse-proxy that sends the X-Forwarded-Prefix HTTP request header (which is already honoured when building the redirect URL) one cannot try/execute the endpoints since the reverse-proxy-defined path prefix is not honoured by the GUI.
A potential solution could be to replace the base URL within the served swagger doc.json on a per-request basis so that the JS logic within the GUI knows about it.