diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-05 18:52:37 +0100 |
commit | 08a04d85393a0bb5721a17328df62c4915c487c5 (patch) | |
tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/http/headers | |
parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
download | translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.gz translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.tar.bz2 translated-content-08a04d85393a0bb5721a17328df62c4915c487c5.zip |
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/http/headers')
-rw-r--r-- | files/zh-cn/web/http/headers/access-control-allow-headers/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/headers/access-control-allow-headers/index.html b/files/zh-cn/web/http/headers/access-control-allow-headers/index.html index d6a3737780..b8b9214a39 100644 --- a/files/zh-cn/web/http/headers/access-control-allow-headers/index.html +++ b/files/zh-cn/web/http/headers/access-control-allow-headers/index.html @@ -46,7 +46,7 @@ Access-Control-Allow-Headers: *</pre> <p><strong><code>*</code> (wildcard)</strong></p> -<p>对于没有凭据的请求(没有HTTP cookie或HTTP认证信息的请求),值“ <code>*</code>”仅作为特殊的通配符值。 在具有凭据的请求中,它被视为没有特殊语义的文字标头名称“ *”。 请注意,{{HTTPHeader(“ Authorization”)}}标头不能使用通配符,并且始终需要明确列出。</p> +<p>对于没有凭据的请求(没有HTTP cookie或HTTP认证信息的请求),值“ <code>*</code>”仅作为特殊的通配符值。 在具有凭据的请求中,它被视为没有特殊语义的文字标头名称“ *”。 请注意,{{HTTPHeader("Authorization")}}标头不能使用通配符,并且始终需要明确列出。</p> <h2 id="示例">示例</h2> |