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/402/index.html | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/zh-cn/web/http/status/402/index.html (limited to 'files/zh-cn/web/http/status/402') diff --git a/files/zh-cn/web/http/status/402/index.html b/files/zh-cn/web/http/status/402/index.html new file mode 100644 index 0000000000..50d7cbf21e --- /dev/null +++ b/files/zh-cn/web/http/status/402/index.html @@ -0,0 +1,54 @@ +--- +title: 402 Payment Required +slug: Web/HTTP/Status/402 +tags: + - HTTP + - 支付成功才可使用 + - 状态码 + - 错误码 +translation_of: Web/HTTP/Status/402 +--- +

{{SeeCompatTable}}

+ +

402 Payment Required 是一个被保留使用的非标准客户端错误状态响应码。

+ +

有时, 这个状态码表明直到客户端付费之后请求才会被处理。402状态码被创建最初目的是用于数字现金或微型支付系统, 表明客户端请求的内容只有付费之后才能获取。目前还不存在标准的使用约定, 不同的实体可以在不同的环境下使用。

+ +

状态

+ +
402 Payment Required
+ +

响应样例

+ +
HTTP/1.1 402 Payment Required
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+
+ +

规范

+ + + + + + + + + + + + +
规范标题
{{RFC("7231", "402 Payment Required" , "6.5.2")}}HTTP/1.1: Semantics and Content
+ +

浏览器兼容性

+ + + +

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

+ +

相关内容

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