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/203/index.html | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/pt-br/web/http/status/203/index.html (limited to 'files/pt-br/web/http/status/203') diff --git a/files/pt-br/web/http/status/203/index.html b/files/pt-br/web/http/status/203/index.html new file mode 100644 index 0000000000..9e8785fa7d --- /dev/null +++ b/files/pt-br/web/http/status/203/index.html @@ -0,0 +1,37 @@ +--- +title: 203 Non-Authoritative Information +slug: Web/HTTP/Status/203 +translation_of: Web/HTTP/Status/203 +--- +
{{HTTPSidebar}}
+ +

A resposta com status HTTP 203 Non-Authoritative Information indica que a requisição foi realizada com sucesso porém o conteúdo foi modificado por um {{Glossary("Proxy server", "proxy")}} da resposta com status {{HTTPStatus("200")}} (OK) do servidor de origem.

+ +

A resposta 203 é similar a resposta com cabeçalho de {{HTTPHeader("Warning")}} 214, significando Transformação Aplicada, o qual tem uma vantagem adicional que pode ser aplicado a respostas com qualquer código de status.

+ +

Status

+ +
203 Non-Authoritative Information
+ +

Specifications

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "203 Non-Authoritative Information" , "6.3.4")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

See also

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