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.
Virtual Host
Description
The virtual host, as defined by the host header in the request, at which the resource server will be made available. Port information may also be specified if the virtual host is on a non-default port for the intended protocol. This entry is required if the path entry has not been specified. It is not valid to have both path and virtual_host entries specified.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints |
---|---|---|
virtual_host | string |
Example
resource_servers:
- virtual_host: "application.ibm.com:9443"
...