Choose cURL as the input type.
Pick cURL for the Before and After sides and paste a command for each.
Open DiffFind
DIFFFIND FEATURES
Paste two cURL commands and DiffFind runs each request and compares the responses. Copy a command from your terminal or your browser’s developer tools, keep the method, headers, and body, and see exactly what changed.
Pick cURL for the Before and After sides and paste a command for each.
DiffFind sends each request. Then run the comparison.
Inspect the differences between the two responses.
Illustrative examples of the feature.
{
"orderId": 8841,
"status": "pending",
"total": 42.00
}{
"orderId": 8841,
"status": "paid",
"total": 45.50
}Use cURL comparison to test API changes with real requests: authenticated calls, POST bodies, and custom headers included.
Copy the command you already use, paste it in, and compare the responses instead of diffing them by hand.
For a plain address, use URL Compare. To review saved responses, see JSON Compare.
TRY IT WITH YOUR OWN cURL COMMANDS