Skynode TCP Simulation over HTTP • Use for authorized Imperva testing only
Message simulator

Framed / encoded payload form

Use this to simulate a custom service payload over HTTP. Good for safe validation of inspection behavior.

Server view

{
    "status": "Ready",
    "hint": "Submit one of the forms to generate inspection-friendly traffic."
}

Raw JSON test

Send JSON to echo_api.php with a fake protocol wrapper.

curl -i \
  -X POST \
  -H "Content-Type: application/json" \
  -H "X-Service-Name: tcp-9833-sim" \
  -H "X-Frame-Type: auth" \
  --data '{"frame":"LEN:64|TYPE:AUTH","payload":"safe-test-message","metadata":{"port":"9833"}}' \
  "https://yourdomain.example/tcp-sim/echo_api.php"

Multipart / upload test