From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/http/status/200/index.html | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/es/web/http/status/200/index.html (limited to 'files/es/web/http/status/200/index.html') diff --git a/files/es/web/http/status/200/index.html b/files/es/web/http/status/200/index.html new file mode 100644 index 0000000000..fda6c749f7 --- /dev/null +++ b/files/es/web/http/status/200/index.html @@ -0,0 +1,54 @@ +--- +title: 200 OK +slug: Web/HTTP/Status/200 +tags: + - Codigo de Estado + - HTTP + - Éxito +translation_of: Web/HTTP/Status/200 +--- +
{{HTTPSidebar}}
+ +

El código de respuesta de estado satisfactorio HTTP 200 OK indica que la solicitud ha tenido éxito. Una respuesta 200 es almacenable de forma predeterminada.

+ +

El significado de un éxito depende del método de solicitud HTTP:

+ + + +

El resultado exitoso de un método {{HTTPMethod("PUT")}} o uno {{HTTPMethod("DELETE")}} no es a menudo un 200 OK sino un {{HTTPStatus("204")}} No Content (o un {{HTTPStatus("201")}} Created cuando el recurso es subido por primera vez).

+ +

Estado

+ +
200 OK
+ +

Especificaciones

+ + + + + + + + + + + + +
EspecificacionesTitulo
{{RFC("7231", "200 OK" , "6.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatibilidad del navegador

+ + + +

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

+ +

Ver también

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