RE: POST data missing

2005-10-26 Thread Saurabh Soni
:10 AM To: modperl@perl.apache.org Subject: Re: POST data missing Good morning, On 21/10/05 at 7:37 PM +0530, Saurabh Soni <[EMAIL PROTECTED]> wrote: >I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which >serves POST requests by an external application. Each POST

Re: POST data missing

2005-10-23 Thread Charlie Garrison
Good morning, On 21/10/05 at 7:37 PM +0530, Saurabh Soni <[EMAIL PROTECTED]> wrote: >I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which >serves POST requests by an external application. Each POST request has some >parameters which are required for further processing. The prob

Re: POST data missing

2005-10-21 Thread Philip M. Gollucci
Saurabh Soni wrote: Hi experts, I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which serves POST requests by an external application. Each POST request has some parameters which are required for further processing. The problem is that CGI::param is unable to give me a param

POST data missing

2005-10-21 Thread Saurabh Soni
Hi experts, I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which serves POST requests by an external application. Each POST request has some parameters which are required for further processing. The problem is that CGI::param is unable to give me a parameter’s value when