Back to HTTP Check Tool
5xx · Server Error

504Gateway Timeout

服务器作为网关,未及时从上游服务器收到响应。

What is HTTP 504?

504 Gateway Timeout 表示作为网关的服务器未及时从上游服务器收到响应。与 502 不同,504 特指超时而非无效响应。常见于慢数据库查询或上游 API 超时。

Example

Nginx waiting for slow backend → 504 Gateway Timeout

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 慢数据库查询
  • 上游 API 超时
  • 长时间计算超过代理超时

Quick Facts

Code504
Category5xx
TypeServer Error

Related 5xx Codes