Hi I'm currently developing a mod for apache that forwards all request info to another server via sockets. In order to to this I need to read (among other stuff) the POST parameters. Does anyone know where i can get these? I can't find them in r->the_request nor in r->header_in no in r->args... cheers