429 Too Many Requests
HTTP 429 Too Many Requests
回應狀態碼表示用戶在一定時間內發送了太多請求(「速率限制」)。
可能會在此回應中包含一個 Retry-After
標頭,指示要等待多長時間才能發送新的請求。
狀態
http
429 Too Many Requests
範例
http
HTTP/1.1 429 Too Many Requests
Content-Type: text/html
Retry-After: 3600
規範
Specification |
---|
RFC 6585 # section-4 |
參見
Retry-After
- Python 解決方案:如何避免 HTTP 錯誤 429 python