Verify layer-7 web requests, inspect layer-4 raw socket handshakes, analyze secure SSL handshakes, and route secure probes directly inside your private VPC subnets.
All protocols check concurrently from our 20+ global regions. Failures are instantly cross-verified to filter out local routing noise.
Verify layer-7 web application health and latency globally.
Go beyond basic uptime. Test endpoints with complex HTTP verbs, custom headers, request body payloads, status code assertions, and keyword-in-body validation from all 20+ edge regions.
// HTTP(S) assertion payload
{
"url": "https://api.yourdomain.com/v2/health",
"method": "POST",
"headers": {
"Authorization": "Bearer ploy_live_tkn_8f42x",
"Content-Type": "application/json"
},
"body": { "probe": "ping" },
"assertions": {
"status": 200,
"response_time_ms": "< 350",
"contains": "\"status\":\"healthy\""
}
}