compare_network_requests
Compare up to 10 captured network requests to identify differences in headers and body parameters, aiding in reverse engineering of request signing.
Instructions
Compare 2..10 captured requests without issuing requests or launching a browser.
Args: request_ids: Distinct IDs from list_network_requests in this capture. include_headers: Compare available request headers; incompleteness warns. include_body: Compare exact request body text plus top-level JSON fields. max_value_chars: Preview characters per value (0..2000); digests always cover full values in canonical JSON. Each string also includes raw_utf8 byte length/SHA-256; use that for exact body byte checks. Results may contain credentials; keep them private. max_fields: Maximum changed rows and constant field names (1..200).
Returns: Changed fields, constant names and completeness limits. Query duplicates, value order and raw URL encoding are preserved. Missing differs from null. A varying field is evidence, not proof that it participates in signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_fields | No | ||
| request_ids | Yes | ||
| include_body | No | ||
| include_headers | No | ||
| max_value_chars | No |