Replay
The dedicated Replay view focuses on re-executing past requests.

- Pick any recorded exchange and replay it against the current code.
- Review side-by-side diffs (status, headers, body) when the replay diverges, for example after you change validation or auth.
- Tune diff filters from the Settings drawer (ignore headers you expect to change, such as
DateorETag).
Pair with Requests when you need full trace context; use Replay when you are iterating on response shape.