mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
840 B
840 B
| title | menu | has_asciinema | ||||
|---|---|---|---|---|---|---|
| Replay Requests |
|
true |
Replay Requests
Another powerful feature of mitmproxy is replaying previous flows. Two types of replays are supported:
- Client-side Replay: mitmproxy replays previous client requests, i.e., sends the same request to the server again.
- Server-side Replay: mitmproxy replays server responses for requests that match an earlier recorded request.
In this tutorial we focus on the more common use case of client-side replays. See the docs for more info on [server-side replay]({{< relref "overview-features#server-side-replay" >}}).
{{% asciicast file="mitmproxy_replay_requests" poster="0:3" instructions=true %}}
You are almost done with this tutorial. In the last step you find more mitmproxy-related resources to discover.