flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 396 forks source link

Testing for case insensitive rate limiting strings #101

Open derFunk opened 5 years ago

derFunk commented 5 years ago

When testing the http response for strings related to rate limiting, comparison should be done in lower case, to also match response texts like 429 Too Many Requests etc.