diff options
Diffstat (limited to 'files/pt-br/web/http/status/504/index.html')
-rw-r--r-- | files/pt-br/web/http/status/504/index.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/504/index.html b/files/pt-br/web/http/status/504/index.html new file mode 100644 index 0000000000..0ccc9d1233 --- /dev/null +++ b/files/pt-br/web/http/status/504/index.html @@ -0,0 +1,43 @@ +--- +title: 504 Gateway Timeout +slug: Web/HTTP/Status/504 +translation_of: Web/HTTP/Status/504 +--- +<div>{{HTTPSidebar}}</div> + +<div></div> + +<p>O código de resposta de erro HTTP <code><strong>504 Gateway Timeout</strong></code> indica que o servidor, enquanto atuando como gateway ou proxy, não conseguiu responder em tempo.</p> + +<p>Um {{interwiki("wikipedia", "Gateway_(telecommunications)", "Gateway")}} pode referir-se a diferentes elementos de rede e um erro 504 geralmente é algo que você não pode consertar, mas solicitar uma correção no servidor web ou proxy no qual você está tentando acessar.</p> + +<h2 id="Estado">Estado</h2> + +<pre class="syntaxbox">504 Gateway Timeout</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", "504 Gateway Timeout" , "6.6.4")}}</td> + <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td> + </tr> + </tbody> +</table> + +<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> + +<p class="hidden">A tabela de compatibilidade nesta página foi gerada a partir de dados estrtuturados. Se você quiser contribuir, por favor confira em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie um pull request.</p> + +<p>{{Compat("http.status.504")}}</p> + +<h2 id="Veja_também">Veja também</h2> + +<ul> + <li>{{HTTPStatus(502)}}</li> +</ul> |