We Have Moved
The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway
The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.
Transparent Path
Description
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.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints |
---|---|---|
transparent_path | boolean | Values: true,false Default:false |
Example
resource_servers:
- path: "/example"
...
transparent_path: true