mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API HTTP 429 Allowed for use with rate limiting methods
This commit is contained in:
parent
fd344c3b3e
commit
a6017a0506
@ -44,6 +44,7 @@ class SS_HTTPResponse {
|
||||
416 => 'Request Range Not Satisfiable',
|
||||
417 => 'Expectation Failed',
|
||||
422 => 'Unprocessable Entity',
|
||||
429 => 'Too Many Requests',
|
||||
500 => 'Internal Server Error',
|
||||
501 => 'Not Implemented',
|
||||
502 => 'Bad Gateway',
|
||||
|
Loading…
Reference in New Issue
Block a user