feat: support probe get payload from header by default

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 3838d3d27a
commit fb5b39a4c6
9 changed files with 9 additions and 37 deletions
@@ -57,7 +57,6 @@ const PROBE_METHOD_OPTIONS = [
const DEFAULT_FORM_VALUES = {
reqParamName: "payload",
reqHeaderName: "X-PAYLOAD",
sleepServer: "Tomcat",
seconds: 5,
} as const;