diff options
author | Zirui Yang <gray19950103@hotmail.com> | 2022-01-14 14:14:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 14:14:13 +0800 |
commit | 4064d27d84706b63ab0816adc465f20e4503e7fb (patch) | |
tree | a09ea7ebff900e4f5229afdd4886a5da4c72e43e /files/zh-cn | |
parent | bf0b742faea598cd0163e2c2e02c7b406e6da75f (diff) | |
download | translated-content-4064d27d84706b63ab0816adc465f20e4503e7fb.tar.gz translated-content-4064d27d84706b63ab0816adc465f20e4503e7fb.tar.bz2 translated-content-4064d27d84706b63ab0816adc465f20e4503e7fb.zip |
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 <irvinfly@gmail.com>
Diffstat (limited to 'files/zh-cn')
-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> |