How Do I Chain Endpoints?
You can route traffic from one endpoint to multiple other endpoints based on request attributes such as the URL, hostname, path, cookies, or headers.
See the Traffic Policy Action request variables documentation for a full list of request attributes you can use.
Example
This rule forwards requests containing a X-Endpoint-Name: {ENDPOINT}
header to https://{ENDPOINT}.internal
.
Loading…