Hi, I was wondering if it is possible to get a hold on the data that is actually sent back to the client, preferably in the hook ap_hook_log_transaction. In our case we sent back XML data that might be zipped by mod_deflate. If it is zipped, I would like to get a hold on the zipped XML data, otherwise the unzipped. What would be the best way to do this?
Thank you, Andrej