Re: How to pass the post data to a script

2008-09-18 Thread Felipe de Jesús Molina Bravo
by > apache request object of the mod_perl. > > How can i pass this data to the requested script? > > Thanks, > Raja > > -- > View this message in context: > http://www.nabble.com/How-to-pass-the-post-data-to-a-script-tp19526730p19526730.html > Sent from the mod_perl - General mailing list archive at Nabble.com. > >

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

How to pass the post data to a script

2008-09-17 Thread grsvarma019
://www.nabble.com/How-to-pass-the-post-data-to-a-script-tp19526730p19526730.html Sent from the mod_perl - General mailing list archive at Nabble.com.