Hi, POST data is read directly from the socket and can only be read once. You must save the POST'd data in a data structure that is passed or available to the different handlers in order to access it multiple times.
Here is a good explanation of the process, they use a different method than the one I describe but it also works: http://modperlbook.org/html/A-2-Reusing-Data-from-POST-Requests.html Rgrds, Rob On Tue, May 13, 2008 at 7:13 PM, Tracy12 <[EMAIL PROTECTED]> wrote: > > Hi, > > we have mod_perl auth handler > > if the form(html) sumission is GET the sumitted data is avaible insid the > mod_perl auth handler and also after that. > > But strange this is if the form submission is Post the data is available > with the mod_perl handler but not after that, After the > execution of the auth hanlder the post data is lost, > > Is this kind of a bug or any configuration issue? > > Waiting for a early reply > > Thanks > > -- > View this message in context: > http://www.nabble.com/missing-POST-data-but-not-GET.....-tp17222133p17222133.html > Sent from the mod_perl - General mailing list archive at Nabble.com. > >