aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers/access-control-allow-methods/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/headers/access-control-allow-methods/index.html')
-rw-r--r--files/ja/web/http/headers/access-control-allow-methods/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/headers/access-control-allow-methods/index.html b/files/ja/web/http/headers/access-control-allow-methods/index.html
index 924d627d37..1a181aafb2 100644
--- a/files/ja/web/http/headers/access-control-allow-methods/index.html
+++ b/files/ja/web/http/headers/access-control-allow-methods/index.html
@@ -38,7 +38,7 @@ Access-Control-Allow-Methods: *
<dt>&lt;method&gt;</dt>
<dd>許可された <a href="/ja/docs/Web/HTTP/Methods">HTTP リクエストメソッド</a>のコンマ区切りリスト。</dd>
<dt><code>*</code> (ワイルドカード)</dt>
- <dd>"<code>*</code>" の値は、資格情報のないリクエスト (<a href="/en-US/docs/Web/HTTP/Cookies">HTTP Cookie</a> や HTTP 認証情報のないリクエスト) の特殊なワイルドカードです。資格情報付きのリクエストでは、特別な意味のない "<code>*</code>" というメソッド名として扱われます。</dd>
+ <dd>"<code>*</code>" の値は、資格情報のないリクエスト (<a href="/ja/docs/Web/HTTP/Cookies">HTTP Cookie</a> や HTTP 認証情報のないリクエスト) の特殊なワイルドカードです。資格情報付きのリクエストでは、特別な意味のない "<code>*</code>" というメソッド名として扱われます。</dd>
</dl>
<h2 id="Examples" name="Examples">例</h2>