in reply to Re: Live re(p)laying of HTTP requests
in thread Live re(p)laying of HTTP requests

Indeed. LWP::UserAgent would probably be used, although I'm also considering using IO::Socket directly.

But I was wondering whether someone would have made the things I need around to LWP::UserAgent already.

Or whether there would be a better way to achieve what I want: re(p)laying requests, received on a live server, on another (test) server. And without needing any proxy setup.

Liz

  • Comment on Re^2: Live re(p)laying of HTTP requests