Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a third party client and server set of apps. I wish to log transactions from the client so that I can change them for testing purposes and then send them to server. The protocol is HTTP. Can I do this using perls HTTP::Proxy module? I can't see how to capture then replay.
Comment on A proxy for logging and replaying transactions