Hi Everybody, I wonder if there is a way to capture the entire Apache response, including its body, on the server side, and store it in a file, so we could check what the user actually gets by viewing the contents in a browser? We keep requests for audit purposes, but the data changes quickly, and the same request can result in a different response over time. I looked for ideas on Google and CPAN, but haven't been able to find any definite answer so far.
Thank you in advance.