FAQ

  • GitHub GitHub Repo stars
  • Discord Discord Server
  • ✨ New! Try the OpenAPI Doctor ✨ The OpenAPI Doctor

    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: