kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.54k stars 125 forks source link

Support for replay #42

Open danielfalk opened 8 years ago

danielfalk commented 8 years ago

It would be nice to have a way of repeating a request, like chrome dev tools' "Replay XHR".

kdzwinel commented 8 years ago

That's definitely a good idea, but meanwhile you can use "Copy as cURL" feature to replay requests from your terminal.

screen shot 2016-06-11 at 15 20 52