diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-03-24 01:02:22 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-03-24 21:59:55 +0900 |
commit | 3a13a37eef790109d3fb34b8a17cc60eb13abf31 (patch) | |
tree | 15f451c164d7fc7fd62b7904226695ce234e4813 /files/ja/web/http | |
parent | d82cc72e3ba3b6d33dcdb983c81e297afe08d75c (diff) | |
download | translated-content-3a13a37eef790109d3fb34b8a17cc60eb13abf31.tar.gz translated-content-3a13a37eef790109d3fb34b8a17cc60eb13abf31.tar.bz2 translated-content-3a13a37eef790109d3fb34b8a17cc60eb13abf31.zip |
リンクを原文に合わせて修正
Diffstat (limited to 'files/ja/web/http')
-rw-r--r-- | files/ja/web/http/headers/authorization/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/http/headers/authorization/index.html b/files/ja/web/http/headers/authorization/index.html index 010e80d9cd..1e0166e23f 100644 --- a/files/ja/web/http/headers/authorization/index.html +++ b/files/ja/web/http/headers/authorization/index.html @@ -34,7 +34,7 @@ translation_of: Web/HTTP/Headers/Authorization <dl> <dt><type></dt> - <dd><a href="/ja/docs/Web/HTTP/Authentication#Authentication_schemes">認証の種類</a>。一般的には <a href="/ja/docs/Web/HTTP/Authentication#Basic_authentication_scheme">"Basic"</a> です。それ以外に以下のような種類があります。 + <dd><a href="/ja/docs/Web/HTTP/Authentication#authentication_schemes">認証の種類</a>。一般的には <a href="/ja/docs/Web/HTTP/Authentication#basic_authentication_scheme">"Basic"</a> です。それ以外に以下のような種類があります。 <ul> <li><a href="http://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml">認証スキームの IANA レジストリ</a></li> <li><a href="http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html">AWS サーバーの認証 (<code>AWS4-HMAC-SHA256</code>)</a></li> @@ -44,7 +44,7 @@ translation_of: Web/HTTP/Headers/Authorization <dd>"Basic" 認証方式を使用している場合、認証情報は次のように構築されます。 <ul> <li>コロンで結合したユーザー名とパスワード (<code>aladdin:opensesame</code>)。</li> - <li>結果の文字列は <a href="/ja/docs/Web/API/WindowBase64/Base64_encoding_and_decoding">base64</a> でエンコードされます (<code>YWxhZGRpbjpvcGVuc2VzYW1l</code>)。</li> + <li>結果の文字列は <a href="/ja/docs/Glossary/Base64">base64</a> でエンコードされます (<code>YWxhZGRpbjpvcGVuc2VzYW1l</code>)。</li> </ul> <div class="note"> |