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 result, we could get to the original script that we requested. The real problem here is: 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? 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.
