Hello, I'd like to capture POST data sent with requests in addition to the headers that are normally available through squid's logging. I've got the code and I'm looking mainly at the client and access log classes. Any ideas as to what the best approach would be in order to do this? Add another member to the AccessLogEntry and then use that when writing out the logs? Something else entirely? I've seen suggestions to use an ICAP server and do the capture there, but I'd really like to try and keep it all in squid if possible. Thanks, --Will