Sets the status code to return to the client.

Arguments

status
The status code to set.

Remarks

Sets the status code to return to the client. If the status code is greater or equal to 300, then this is a final action. If the status code is less than 300, then processing will continue at the next rewrite rule.

Examples

<set status="401" />

See Also