Replay as curl
curl -X {{ row['method'] }} \ {{ row['scheme'] }}://{{ row['host'] }}{{ row['path'] }} \ --proxy http://127.0.0.1:8888 \ --data-binary @req-{{ '%06d' % row['id'] }}.bin
Export from CLI
upbox export --since 1h{% if row['tool'] %} --tool "{{ row['tool'] }}"{% endif %} -o audit.jsonl
This request as JSONL
↓ download request id {{ '%06d' % row['id'] }} · sha {{ row['body_hash'] or '—' }}