is it currently possible to handle ban rulse differently depending on the status code ?
say that status code 403 or 401 will be banned after 4 attempt in a minute, while all other 5xx and 4xx have a different rate, and so do all other requests.
i assume this is currently possible only by defining different middlewares for the different rules, isnt it ?
is it currently possible to handle ban rulse differently depending on the status code ?
say that status code 403 or 401 will be banned after 4 attempt in a minute, while all other 5xx and 4xx have a different rate, and so do all other requests.
i assume this is currently possible only by defining different middlewares for the different rules, isnt it ?