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/303/index.html | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/pt-br/web/http/status/303/index.html (limited to 'files/pt-br/web/http/status/303/index.html') diff --git a/files/pt-br/web/http/status/303/index.html b/files/pt-br/web/http/status/303/index.html new file mode 100644 index 0000000000..7585f8f04c --- /dev/null +++ b/files/pt-br/web/http/status/303/index.html @@ -0,0 +1,46 @@ +--- +title: 303 See Other +slug: Web/HTTP/Status/303 +tags: + - Código de Status HTTP + - HTTP + - Redirecionamento + - Referencia +translation_of: Web/HTTP/Status/303 +--- +

{{HTTPSidebar}}

+ +

O código de resposta de status de redirecionamento do HyperText Transfer Protocol (HTTP) 303 See Other indica que o direcionamento não une a um recurso carregado novo, mas a outra página, com uma página de confirmação ou de progresso de carregamento. Este código de resposta normalmente é retornado como resultado de um {{HTTPMethod("PUT")}} ou {{HTTPMethod("POST")}}. O método usado para mostrar esta página redirecionada é sempre {{HTTPMethod("GET")}}. 

+ +

Status

+ +
303 See Other
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "303 See Other" , "6.4.4")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatilibilidade de navegador

+ +

A informação mostrada abaixo foi retirada do Github da MDN (https://github.com/mdn/browser-compat-data).

+ + + +

{{Compat("http.status.303")}}

+ +

Veja também

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