GuideReference
TrainingSupportCommunity
Reference

chase_​redirects

  • Property Manager name: Chase Redirects
  • Behavior version: The v2023-01-05 rule format supports the chase_​redirects behavior v1.1.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

Controls whether the edge server chases any redirects served from the origin.

OptionTypeDescriptionRequires
enabledboolean

Allows edge servers to chase redirects.

{"displayType":"boolean","tag":"input","type":"checkbox"}
limitstring

Specifies, as a string, the maximum number of redirects to follow.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
serve404boolean

Once the redirect limit is reached, enabling this option serves an HTTP 404 (Not Found) error instead of the last redirect.

{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"enabled","op":"eq","value":true}}