owaspRatelimitRetryAfter
owaspCheckErrorResponse will check that any 429
response, contains a Retry-After
header.
Example ruleset configuration
my-security-rule:
description: Ensure that any `429` response, contains a `Retry-After` header.
type: validation
given: $
then:
function: owaspRatelimitRetryAfter
Used by the following rules: