aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/502/index.html
blob: 5879bfa1c6e89fe8a09611fc51a4ac6f8062bd80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: '502'
slug: Glossary/502
tags:
  - '502'
  - HTTP 错误
  - Infrastructure
  - Navigation
  - 术语表
translation_of: Glossary/502
---
<p>表示“网关错误”的 {{Glossary("HTTP")}} 错误码。</p>

<p>一个{{Glossary("Server", "服务器")}}可以在客户端(比如 Web 浏览器)和另一个上游服务器之间充当网关或代理的角色。当你请求访问一个 {{Glossary("URL")}} 时,网关服务器可以把你的请求转发给上游服务器。“502”表示上游服务器返回了一个不合法的响应。</p>

<p>通常来说上游服务器并没有停止运行(即没有向网关/代理发送响应),而只是不能理解网关/代理所使用的数据转换协议。由于互联网{{Glossary("Protocol", "协议")}}是非常明确的,因此 502 通常意味着(网关和上游服务器)其中一方或双方并没有被正确地,完整地进行编码。</p>

<h2 id="了解更多">了解更多</h2>

<ul>
 <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes">list of HTTP response codes</a></li>
</ul>