- URL
- hostname
- path
- headers
forward-internal
action.
This page contains examples of rules that route requests based on different request attributes.
See the forward-internal
Traffic Policy action docs for more information.
Based on URL
This rule forwards requests fromhttps://*.example.com
to https://<SUBDOMAIN>.internal
.
Based on headers
This rule forwards requests containing aX-Customer-Value: {CUSTOMER}
header to https://{CUSTOMER}.internal
.