Skip to main content
Version: 4.0.0-preview

Replay

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

ExpressoTS Studio Replay view for re-running recorded exchanges
  • 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 Date or ETag).

Pair with Requests when you need full trace context; use Replay when you are iterating on response shape.