From c217207df4b13236deffeb4922c95c610e38ba8d Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Mon, 20 Apr 2026 21:52:08 +0900 Subject: [PATCH] -- --- public/tools/tls-test/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/public/tools/tls-test/index.html b/public/tools/tls-test/index.html index e179e94..a54d6fe 100644 --- a/public/tools/tls-test/index.html +++ b/public/tools/tls-test/index.html @@ -42,13 +42,9 @@

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

-
POST /api/tools/tls-test/scan
-Content-Type: application/json
-
-{"target": "example.com"}
+
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}
+
GET /api/tools/tls-test/status/{test_id}
GET /api/tools/tls-test/results/{test_id}
{% endblock %}