Re: How to pass the post data to a script

2008-09-18 Thread Felipe de Jesús Molina Bravo
maybe can help you $r->args() see you 2008/9/17 grsvarma019 <[EMAIL PROTECTED]> > > Hi, > > I am using mod_perl2 for authentication. > > In this, when a request is made to a script in a particular directory, the > control will go through mod_perl authentication. > Once mod_perl returns OK as a

Re: How to pass the post data to a script

2008-09-17 Thread André Warnier
grsvarma019 wrote: Hi, I am using mod_perl2 for authentication. That is not very specific, but I suppose that you mean that you are writing your own mod_perl authentication module ? In this, when a request is made to a script in a particular directory, the control will go through mod_perl aut

Re: How to pass the post data to a script

2008-09-17 Thread Torsten Foertsch
On Wed 17 Sep 2008, grsvarma019 wrote: > If the requested script of an application needs POST data, that data > is not being sent to the requested script ,but instead it is being > captured by apache request object of the mod_perl. > > How can i pass this data to the requested script? First, see i