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 %}