Configurable Webhook Receiver
POST webhooks to any path on this server.
Current configuration: status_code=200, delay_ms=0
Control API
- GET /control - View current configuration
- POST /control - Update configuration. Body: {"status_code": 500, "delay_ms": 0}
- GET /health - Health check with current config
Query Parameters
- ?force_status=200 - Override configured status code for this request
- ?force_delay=1000 - Override configured delay for this request (ms)