The API name. If none is specified, will default to the request_host
or request_path
.
The public DNS address that points to your API. For example, mockbin.com
. At least request_host
or request_path
or both should be specified.
The public path that points to your API. For example, /someservice
. At least request_host
or request_path
or both should be specified.
Strip the request_path value before proxying the request to the final API. For example a request made to /someservice/hello
will be resolved to upstream_url/hello
. By default is false.
Preserves the original Host
header sent by the client, instead of replacing it with the hostname
of the upstream_url
. By default is false.
The base target URL that points to your API server, this URL will be used for proxying requests. For example, https://mockbin.com
.