blob: 0a45ba6d46326b27d20abb159d7d6e7c34b99edd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: HSTS
slug: Glossary/HSTS
tags:
- HTTP
- Security
translation_of: Glossary/HSTS
---
<p><strong>HTTP Strict Transport Security</strong> を使用すると、ウェブサイトはブラウザーに、HTTP を使用してサイトを読み込まないことと、HTTP を使用してサイトにアクセスしようとするすべての試みを HTTPS リクエストへ自動的に変換する必要があることを通知できます。 これは、{{HTTPHeader("Strict-Transport-Security")}} という1つの HTTP ヘッダーで構成され、サーバーによってリソースとともに送り返されます。</p>
<p>言い換えれば、URL でプロトコルを HTTP から HTTPS に変更するだけで、より安全に動作することをブラウザーに伝え、すべてのリクエストに対してそれを行うようにブラウザーに依頼します。</p>
<div>
<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2>
<ul>
<li>{{HTTPHeader("Strict-Transport-Security")}}</li>
<li>OWASP の記事: <a href="https://www.owasp.org/index.php/HTTP_Strict_Transport_Security">HTTP Strict Transport Security</a></li>
<li>Wikipedia 上の {{Interwiki("wikipedia", "HTTP Strict Transport Security")}}</li>
</ul>
</div>
|