chaseRedirects


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

Note: Chase Redirects is not compatible with Amazon Web Services and Google Cloud Storage authentication methods in the origin​Characteristics behavior. If you're using any of these authentication methods, Chase Redirects gets automatically disabled.

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}}