diff options
-rw-r--r-- | files/zh-cn/web/http/status/403/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/status/403/index.html b/files/zh-cn/web/http/status/403/index.html index 3932c4b1b3..7a5f9d0020 100644 --- a/files/zh-cn/web/http/status/403/index.html +++ b/files/zh-cn/web/http/status/403/index.html @@ -12,7 +12,7 @@ translation_of: Web/HTTP/Status/403 <p>状态码 <strong><code>403 Forbidden</code></strong> 代表客户端错误,指的是服务器端有能力处理该请求,但是拒绝授权访问。</p> -<p>这个状态类似于 {{HTTPStatus("401")}},但进入该状态后不能再继续进行验证。该访问是长期禁止的,并且与应用逻辑密切相关(例如不正确的密码)。</p> +<p>这个状态类似于 {{HTTPStatus("401")}},但进入 {{HTTPStatus("403")}}状态后即使重新验证也不会改变该状态。该访问是长期禁止的,并且与应用逻辑密切相关(例如没有足够的权限访问该资源)。</p> <h2 id="状态">状态</h2> |