diff_flows
Compare two HTTP requests field by field to reveal which parameters change per request, such as nonce, timestamp, or signature — pinpointing exactly what a signing algorithm must reproduce.
Instructions
Compare two requests field by field — the tool for reverse-engineering signatures.
Typical use: call the same endpoint twice (or capture it before and after paging), then diff. Parameters that stay the same are omitted from the output, so what remains is exactly the set that varies per request: nonce, timestamp, signature. That tells you which fields any signing algorithm must reproduce.
JSON bodies are flattened to a.b.c keys and compared per key. Non-JSON bodies are returned verbatim for both sides so you can judge them yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_max | No | ||
| flow_id_a | Yes | ||
| flow_id_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |