Request Comparison
Compare two captured webhook requests side by side to identify differences in headers, bodies, query parameters, or other attributes.
Paid Feature
Request comparison is available on paid plans. See Plans & Billing for details.
How to compare requests
- Navigate to your debug endpoint in the dashboard
- Select the first request
- Click Compare and select the second request
- View the diff highlighting differences between the two requests
What's compared
The comparison view highlights differences in:
- Headers — added, removed, or changed headers
- Body — structural and value differences (with JSON-aware diffing)
- Query parameters — parameter changes
- Method — if different HTTP methods were used
- Path — if the requests hit different sub-paths
Use cases
- Debug webhook changes — compare a working webhook with a failing one
- Track payload evolution — see how a provider's payload format changes over time
- Validate retry behavior — confirm that retried webhooks contain identical payloads
- A/B testing — compare webhooks from different configurations