Hi, I am writing a module to handle POST request in apache. I read the pool from request _rec structure and get the form data which I need to pass to my backend code. But after that I return OK. As I do this, the POST data is not posted in the next form. It is like the data is lost. Should I copy this POST data and send it to next form.If yes, How do I do that ? The module I am writing is in C. Thanks Regards Basil