blob: 3c053f6812973f1602f17814be8394de94f8904c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
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="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("http.status.504")}}</p>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li>{{HTTPStatus(502)}}</li>
</ul>
|