From 3bfaa0a01d9e6dd0ce1ed3ea68131118dc03d44f Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Mon, 20 Apr 2026 21:47:53 +0900 Subject: [PATCH] -- --- public/tools/tls-test/index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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}