diff options
Diffstat (limited to 'files/pt-pt/web/http/status/502/index.html')
-rw-r--r-- | files/pt-pt/web/http/status/502/index.html | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/files/pt-pt/web/http/status/502/index.html b/files/pt-pt/web/http/status/502/index.html deleted file mode 100644 index 548e89fd57..0000000000 --- a/files/pt-pt/web/http/status/502/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: 502 Bad Gateway -slug: Web/HTTP/Status/502 -tags: - - Erro de servidor - - HTTP - - Status code -translation_of: Web/HTTP/Status/502 ---- -<div>{{HTTPSidebar}}</div> - -<p>O código de resposta HTTP (Protocolo de Transferência de Hipertexto) <code><strong>502 Bad Gateway</strong></code> indica que o servidor, ao agir como portal ou <em>proxy</em>, recebeu uma resposta invalida dum servidor <em>upstream</em> (um servidor mais adiante na cadeia de conexões).</p> - -<div class="note"> -<p><strong>Nota: </strong>Uma {{interwiki("wikipedia", "Gateway", "Gateway")}} pode ser várias coisas numa rede e um erro 502 tipicamente não pode ser resolvido por si, mas requer um conserto no servidor ou nas <em>proxies</em> por qual esta a comunicar.</p> -</div> - -<h2 id="Status">Status</h2> - -<pre class="syntaxbox notranslate">502 Bad Gateway -</pre> - -<h2 id="Especificações">Especificações</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Especificação</th> - <th scope="col">Titulo</th> - </tr> - </thead> - <tbody> - <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">Compatibilidade</h2> - -<div 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 class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - -<p>{{Compat("http.status.502")}}</p> - -<h2 id="Veja_também">Veja também</h2> - -<ul> - <li>{{HTTPStatus(504)}}</li> - <li><a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" rel="noopener">HTTP/1.1: Status Code Definitions</a></li> -</ul> |