jeff7091 Wrote:
---
> Is there anything like Apache's mod_dumpio? Any way to get a full
> running trace of request & responses, including the body data? Would
> such a thing be useful to anyone besides me?
I would be quite interested in this as w
Just tried that out. Quite a nice dump, but I don't see the body in the
output.
I'm tracing ActiveSync via a proxy, wanting to glean the WBXML in the body,
kinda like using a proxy as a sniffer.
If I have to develop this, is the debug feature the right place?
I could see creating a filter module
On 04/16/2013 11:28 PM, jeff7091 wrote:
Is there anything like Apache's mod_dumpio? Any way to get a full running
trace of request & responses, including the body data? Would such a thing be
useful to anyone besides me?
does debug log (http://nginx.org/en/docs/debugging_log.html) suffice?
--
Is there anything like Apache's mod_dumpio? Any way to get a full running
trace of request & responses, including the body data? Would such a thing be
useful to anyone besides me?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,238419,238419#msg-238419
__