diff --git a/public/tools/tls-test/index.html b/public/tools/tls-test/index.html index d887861..2d72957 100644 --- a/public/tools/tls-test/index.html +++ b/public/tools/tls-test/index.html @@ -21,12 +21,12 @@

{{ error }}

{% endif %} -
+

注意事項

    @@ -39,15 +39,14 @@
-
+
-

API

-

APIからも同等の機能が使用可能です。APIはJSON形式で返答します。

+

APIからも同等の機能が使用可能です。APIはJSON形式で返答します。

POST /api/tools/tls-test/scan
 Content-Type: application/json
 
 {"target": "example.com"}
-

次のエンドポイントで進捗・結果を取得することができます。

+

次のエンドポイントで進捗・結果を取得することができます。

GET /api/tools/tls-test/status/{test_id}
 GET /api/tools/tls-test/results/{test_id}