--- title: 403 Forbidden slug: Web/HTTP/Status/403 tags: - 客户端错误 - 身份验证 - 首部 - 验证失败 translation_of: Web/HTTP/Status/403 ---
{{HTTPSidebar}}

状态码 403 Forbidden 代表客户端错误,指的是服务器端有能力处理该请求,但是拒绝授权访问。

这个状态类似于 {{HTTPStatus("401")}},但进入该状态后不能再继续进行验证。该访问是长期禁止的,并且与应用逻辑密切相关(例如不正确的密码)。

状态

403 Forbidden

响应示例

HTTP/1.1 403 Forbidden
Date: Wed, 21 Oct 2015 07:28:00 GMT

规范

Specification Title
{{RFC("7231", "403 Forbidden" , "6.5.3")}} HTTP/1.1: Semantics and Content

浏览器兼容性

{{Compat("http.status.403")}}

相关内容