/emergency-poncho

Emergency Poncho - an HTTP Archive replayer

Primary LanguageJavaScript

This project is very far from production-ready. Use at your own risk.

Emergency Poncho

Emergency Poncho is an HTTP Archive replayer, grouping responses by URL and serving them in the order they were originally requested.

Usage

  1. Save a *.har file from the Network tab in your Browser.
  2. Go to this repo's directory and npm link.
  3. emergency-poncho my-archive.har

Use cases

  • Bug reproduction
  • Mock backend

Logo by the irreverent Yanson.

Caveats

  • By default Firefox limits the size of recorded responses to 1MB. To switch this off, go to about:config and set devtools.netmonitor.responseBodyLimit to 0.
  • When recording via Firefox make sure you check the "disable cache" checkbox in the network tab.