Skip to main content
Sub-requests only reach hosts on your Akamai property. Map TrustGuard under a path first.

Coverage

Ask — the EdgeWorker returns 403 on block and forwards everything else, so an ask gate is allowed. Write the rule as Block if you need a hard stop. Use it when you serve through Akamai and can map the TrustGuard endpoint behind your property in Property Manager. Not when you cannot: EdgeWorkers sub-requests only reach Akamai-served hostnames, and everything else fails with a 400. Limits. The 4-second wall-time budget covers the guard call and the origin sub-request — tune the sub-request timeout against real latency and decide whether it fails open or closed. Input only, no redaction. Full comparison: Coverage.
  1. Property Manager: route e.g. /trustguard/* to the TrustGuard origin.
  2. EdgeWorker responseProvider after App & API Protector.
  3. Stay inside the ~4s wall clock — set a sub-request timeout and pick fail-open vs closed.
  4. Activate and test.