aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/http/status/502/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/http/status/502/index.html')
-rw-r--r--files/es/web/http/status/502/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/files/es/web/http/status/502/index.html b/files/es/web/http/status/502/index.html
new file mode 100644
index 0000000000..ada07e38c5
--- /dev/null
+++ b/files/es/web/http/status/502/index.html
@@ -0,0 +1,48 @@
+---
+title: 502 Puerta de enlace no válida
+slug: Web/HTTP/Status/502
+tags:
+ - Codigo de Estado
+ - Error de servidor
+ - HTTP
+translation_of: Web/HTTP/Status/502
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>El código de respuesta de error del servidor de HTTP <code><strong>502 Bad Gateway</strong></code> indica que el servidor, mientras actuaba como una puerta de enlace o proxy, recibió una respuesta no válida del servidor ascendente.</p>
+
+<div class="note">
+<p><strong>Nota: </strong>Una {{interwiki("wikipedia", "Puerta_de_enlace", "puerta de enlace")}} puede referirse a cosas distintas en redes y un error 502 no es algo que normalmente puedas arreglar, ya que requiere correcciones por parte del servidor o los proxies a través de los que intentas acceder.</p>
+</div>
+
+<h2 id="Estado">Estado</h2>
+
+<pre class="syntaxbox">502 Bad Gateway</pre>
+
+<h2 id="Especificaciones">Especificaciones</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificación</th>
+ <th scope="col">Título</th>
+ </tr>
+ <tr>
+ <td>{{RFC("7231", "502 Bad Gateway" , "6.6.3")}}</td>
+ <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2>
+
+<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+
+<p>{{Compat("http.status.502")}}</p>
+
+<h2 id="Vea_también">Vea también</h2>
+
+<ul>
+ <li>{{HTTPStatus(504)}}</li>
+ <li><a href="https://www.lucushost.com/blog/502-bad-gateway-solucionar-error-502-wordpress/">502 Bad Gateway</a></li>
+</ul>