Transparent Path
resource_servers[]/transparent_path
A boolean flag indicating whether or not this resource server uses a transparent path. For path type resource servers, setting this entry to true will result in the passing of the entire URL as observed by the reverse proxy to the resource server, including the value given in "path". If set to false the reverse proxy will filter the path from the URL and pass only the remainder of the URL to the resource server.
Property
Name | Type | Constraints |
---|---|---|
transparent_path | boolean | Values: true or false Default value: false |
Example
resource_servers:
- path: "/example"
# ...
transparent_path: true
Updated over 2 years ago