How Do I Chain Endpoints?
You can chain ngrok Endpoints together to route traffic from one endpoint to multiple other endpoints based on request attributes, such as 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…