This project is very far from production-ready. Use at your own risk.
Emergency Poncho is an HTTP Archive replayer, grouping responses by URL and serving them in the order they were originally requested.
- Save a *.har file from the Network tab in your Browser.
- Go to this repo's directory and
npm link
. emergency-poncho my-archive.har
- Bug reproduction
- Mock backend
Logo by the irreverent Yanson.
- By default Firefox limits the size of recorded responses to 1MB. To switch this off, go to
about:config
and setdevtools.netmonitor.responseBodyLimit
to0
. - When recording via Firefox make sure you check the "disable cache" checkbox in the network tab.