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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: