diff options
Diffstat (limited to 'files/ja/web/http/cors/errors')
-rw-r--r-- | files/ja/web/http/cors/errors/corsmethodnotfound/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/http/cors/errors/corsmissingallowcredentials/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/http/cors/errors/corsmethodnotfound/index.html b/files/ja/web/http/cors/errors/corsmethodnotfound/index.html index 3f391edcd9..bb624fd067 100644 --- a/files/ja/web/http/cors/errors/corsmethodnotfound/index.html +++ b/files/ja/web/http/cors/errors/corsmethodnotfound/index.html @@ -33,7 +33,7 @@ translation_of: Web/HTTP/CORS/Errors/CORSMethodNotFound <p>コードからサービスにアクセスするときは、許可された HTTP メソッドのみを使用するように確認してください。</p> -<p><strong>メモ:</strong> サーバーが <code>Access-Control-Allow-methods</code> ヘッダーに理解できない又は未定義のメソッド名を含めた場合、別なエラー <code><a href="/en-US/docs/Web/HTTP/CORS/Errors/CORSInvalidAllowMethod">Reason: invalid token ‘xyz' in CORS header ‘Access-Control-Allow-Methods’</a></code> が発生します。</p> +<p><strong>メモ:</strong> サーバーが <code>Access-Control-Allow-methods</code> ヘッダーに理解できない又は未定義のメソッド名を含めた場合、別なエラー <code><a href="/ja/docs/Web/HTTP/CORS/Errors/CORSInvalidAllowMethod">Reason: invalid token ‘xyz' in CORS header ‘Access-Control-Allow-Methods’</a></code> が発生します。</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/http/cors/errors/corsmissingallowcredentials/index.html b/files/ja/web/http/cors/errors/corsmissingallowcredentials/index.html index 6c1de312ae..a799f9093a 100644 --- a/files/ja/web/http/cors/errors/corsmissingallowcredentials/index.html +++ b/files/ja/web/http/cors/errors/corsmissingallowcredentials/index.html @@ -30,7 +30,7 @@ translation_of: Web/HTTP/CORS/Errors/CORSMIssingAllowCredentials <ul> <li>リクエストが {{domxref("XMLHttpRequest")}} を用いて発行されている場合は、 {{domxref("XMLHttpRequest.withCredentials", "withCredentials")}} に <code>true</code> を設定しないよう確認してください。</li> <li><a href="/ja/docs/Web/API/Server-sent_events">Server-sent event</a> を使用している場合は、 {{domxref("EventSource.withCredentials")}} が <code>false</code> (既定値) であることを確認してください。</li> - <li><a href="/en-US/docs/Web/API/Fetch_API">Fetch API</a> を使用している場合は、 {{domxref("Request.credentials")}} が <code>"omit"</code> であることを確認してください。</li> + <li><a href="/ja/docs/Web/API/Fetch_API">Fetch API</a> を使用している場合は、 {{domxref("Request.credentials")}} が <code>"omit"</code> であることを確認してください。</li> </ul> <p>サーバーの構成を変更してこのエラーを除去するには、サーバーの構成で <code>Access-Control-Allow-Credentials</code> ヘッダーの値に <code>true</code> を設定するよう調整してください。</p> |