From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/http/status/511/index.html | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/zh-cn/web/http/status/511/index.html (limited to 'files/zh-cn/web/http/status/511/index.html') diff --git a/files/zh-cn/web/http/status/511/index.html b/files/zh-cn/web/http/status/511/index.html new file mode 100644 index 0000000000..73e0f025e5 --- /dev/null +++ b/files/zh-cn/web/http/status/511/index.html @@ -0,0 +1,42 @@ +--- +title: 511 Network Authentication Required +slug: Web/HTTP/Status/511 +tags: + - 响应状态码 + - 响应码 + - 服务器端错误 + - 状态码 +translation_of: Web/HTTP/Status/511 +--- +
{{HTTPSidebar}}
+ +

511 Network Authentication Required 是一种HTTP协议的错误状态代码,表示客户端需要通过验证才能使用该网络。

+ +

该状态码不是由源头服务器生成的,而是由控制网络访问的拦截代理服务器生成的。

+ +

网络运营商们有时候会在准许使用网络之前要求用户进行身份验证、接受某些条款,或者进行其他形式的与用户之间的互动(例如在网络咖啡厅或者机场)。他们通常用用户设备的  {{Glossary("MAC")}} 地址来进行识别。

+ +

状态

+ +
511 Network Authentication Required
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("6585", "511 Network Authentication Required" , "6")}}Additional HTTP Status Codes
+ +

相关内容

+ + -- cgit v1.2.3-54-g00ecf