Esta traducción está incompleta. Por favor, ayuda a traducir este artículo del inglés.
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:
GET: El recurso ha sido recuperado y se transmite el mensaje al body.HEAD: Los encabezados de entidad estan en el body del mensaje.POST: El recurso que describe el resultado de la acción se transmite en el body del mensaje.TRACE: El body del mensaje contiene el mensaje de solicitud tal como lo resivio el servidor.
The successful result of a PUT or a DELETE is often not a 200 OK but a 204 No Content (or a 201 Created when the resource is uploaded for the first time).
Estado
200 OK
Especificaciones
| Especificaciones | Titulo |
|---|---|
| RFC 7231, section 6.3.1: 200 OK | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
Compatibilidad del navegador
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
| Soporte básico | Chrome Soporte completo Si | Edge Soporte completo Si | Firefox Soporte completo Si | IE Soporte completo Si | Opera Soporte completo Si | Safari Soporte completo Si | WebView Android Soporte completo Si | Chrome Android Soporte completo Si | Edge Mobile Soporte completo Si | Firefox Android Soporte completo Si | Opera Android Soporte completo Si | Safari iOS Soporte completo Si | Samsung Internet Android Soporte completo Si |
Leyenda
- Soporte completo
- Soporte completo

