Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I would be interested in recording the actual order of http requests and being able to replay them on the commandline.

something like open -a "Google Chrome" --args --record-mode --output-file output.log

then: some-command-that-plays-it-back --infile output.log

does anyone know if something like that exists?



There exist various proxies that do this; for me, the first Google result for "proxy record replay http" leads to http://code.google.com/p/http-impersonator/wiki/GettingStart....


This is not happening in Chrome as of last year, but you can use a proxy like Fiddler2 or Charles.

http://stackoverflow.com/questions/8806625/is-it-possible-to...

[edit] Also:

Random perl script: https://github.com/inno/pluck-har

Google's record/playback Chrome extension: http://code.google.com/p/bite-project/


A bit heavy duty and not cli, but http://www.charlesproxy.com/ is capable of intercepting and outputting logs.


This would make tests so much easier!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: