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
Enable the proxy to be served from a configurable non-root path (e.g.
`/stac`). This is entirely independent of the path from which the
upstream API is served.
This involves:
* Processing the `href` of any link in the response matching the
upstream host, removing the `upstream_url` path and adding the
`root_path` if it exists
* Removing the `root_path` from the request before it is sent to the
upstream server
* Adding a servers field in OpenAPI spec with `root_path` if it exists
0 commit comments