Property Manager Name: Set Response Code
Change the existing response code. For example, if your origin sends a 301 permanent redirect, this behavior can change it on the edge to a temporary 302 redirect.
Options
- statusCode (numeric enum): The HTTP status code to replace the existing one, any of the following:
- override206 (boolean): When enabled, allows any specified 200 success code to override a 206 partial-content code, in which case the response’s content length matches the requested range length.