On Fri, Oct 13, 2006 at 08:38:44PM +0100, Nick Kew wrote: > > Is there a simple way for my module to read/process the incoming > > POST data, whilst still allowing the data to be passed on to > > mod_cgi, etc? > > That's what input filters are for. How best to do it depends on the > nature and size of the requests you're processing.
Thanks. I'm currently trying to find some decent sample code... The requests I expect to be parsing are "small" in the sense that they will typically have less than ten key=value elements. Steve --
