We would like to record HTTP requests from our application so we can replay them later, without the server running.
Chromium has a --record-mode option, which is useful for demos (see
http://dev.hubspot.com/blog/bulletproof-demos)
From a quick look at the feature, it is using the browser cache to store requests by disregarding the caching headers. There isn't an obvious way to collect this data.
Is it possible to extract the data the Chrome has collected and share it with other browsers? Has anybody done this or something similar?
Thanks,
James.