From 4064d27d84706b63ab0816adc465f20e4503e7fb Mon Sep 17 00:00:00 2001 From: Zirui Yang Date: Fri, 14 Jan 2022 14:14:13 +0800 Subject: fix Simplified Chinese version description about 403 code (#3675) * Update index.html 1. the former description is a little confusing about the status talking about. 2. the former description about example of application logic in Chinese is wrong according to English version. * Update files/zh-cn/web/http/status/403/index.html Co-authored-by: Irvin --- files/zh-cn/web/http/status/403/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') 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

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

-

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

+

这个状态类似于 {{HTTPStatus("401")}},但进入 {{HTTPStatus("403")}}状态后即使重新验证也不会改变该状态。该访问是长期禁止的,并且与应用逻辑密切相关(例如没有足够的权限访问该资源)。

状态

-- cgit v1.2.3-54-g00ecf