From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/http/status/429/index.html | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/pt-br/web/http/status/429/index.html (limited to 'files/pt-br/web/http/status/429/index.html') diff --git a/files/pt-br/web/http/status/429/index.html b/files/pt-br/web/http/status/429/index.html new file mode 100644 index 0000000000..f4c3fc5c00 --- /dev/null +++ b/files/pt-br/web/http/status/429/index.html @@ -0,0 +1,48 @@ +--- +title: 429 Too Many Requests +slug: Web/HTTP/Status/429 +tags: + - Código de status + - Erro + - Erro de cliente + - HTTP + - Referência(2) + - Status HTTP +translation_of: Web/HTTP/Status/429 +--- +
{{HTTPSidebar}}
+ +

O código de resposta HTTP 429 Too Many Requests indica que o usuário enviou muitos pedidos em um determinado período de tempo.

+ +

Um header {{HTTPHeader("Retry-After")}} pode ser incluído na resposta indicando quanto tempo o usuário deve esperar antes de fazer um novo pedido.

+ +

Status

+ +
429 Too Many Requests
+ +

Exemplo

+ +
HTTP/1.1 429 Too Many Requests
+Content-Type: text/html
+Retry-After: 3600
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçõesTítulo
{{RFC("6585", "429 Too Many Requests" , "4")}}Status HTTP adicionais
+ +

Veja também

+ + -- cgit v1.2.3-54-g00ecf