aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/502/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/502/index.html')
-rw-r--r--files/pt-br/web/http/status/502/index.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/502/index.html b/files/pt-br/web/http/status/502/index.html
new file mode 100644
index 0000000000..2453525ebe
--- /dev/null
+++ b/files/pt-br/web/http/status/502/index.html
@@ -0,0 +1,51 @@
+---
+title: 502 Bad Gateway
+slug: Web/HTTP/Status/502
+tags:
+ - Código de status
+ - Erro do servidor
+ - HTTP
+ - Server error
+ - Status code
+translation_of: Web/HTTP/Status/502
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>O código de erro HTTP <code><strong>502 Bad Gateway</strong></code> retornado pelo servidor indica que ele, enquanto atuando como um servidor intermediário (<em>gateway</em> ou <em>proxy</em>), recebeu uma resposta inválida do servidor para o qual a requisição foi encaminhada (<em>upstream server</em>).</p>
+
+<div class="note">
+<p><strong>Nota: </strong>Um {{interwiki("wikipedia", "Gateway_(telecommunications)", "<em>Gateway</em>")}} pode se referir a coisas diferentes na rede e um erro 502 geralmente não é algo que você possa corrigir, mas requer uma correção por parte do servidor web ou dos proxies através dos quais você está tentando obter acesso.</p>
+</div>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">502 Bad Gateway</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</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="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2>
+
+<p>As informações mostradas abaixo foram extraídas do GitHub do MDN (<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>).</p>
+
+<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="Veja_também">Veja também</h2>
+
+<ul>
+ <li>{{HTTPStatus(504)}}</li>
+</ul>