From 310fd066e91f454b990372ffa30e803cc8120975 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:56:40 +0100 Subject: unslug zh-cn: move --- files/zh-cn/glossary/simple_header/index.html | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/zh-cn/glossary/simple_header/index.html (limited to 'files/zh-cn/glossary/simple_header') diff --git a/files/zh-cn/glossary/simple_header/index.html b/files/zh-cn/glossary/simple_header/index.html new file mode 100644 index 0000000000..c2c1f71d4f --- /dev/null +++ b/files/zh-cn/glossary/simple_header/index.html @@ -0,0 +1,38 @@ +--- +title: 简单头部 +slug: Glossary/简单头部 +tags: + - HTTP + - 简单头部 + - 跨域 +translation_of: Glossary/Simple_header +--- +

以下的 HTTP headers都可以被认为是简单头部:

+ + + +

或者以下客户端头部之一的也可以被认为是简单头部:

+ + + +

当只包含简单头部时,一个请求则被视为简单请求并且在CORS中不需要发送{{glossary("preflight request")}}。

+ +

Learn more

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