How to pass the post data to a script

2008-09-17 Thread grsvarma019
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

How to extract the protocol part of URL from an apache request

2008-09-17 Thread grsvarma019
Hi, I am using mod_perl for authentication. I could able to extract the Host and path information of the currect URL using apache request object. like $apache->header_in(Host) and $apache->uri respectively. But , i couldn't find how to extract the protocol(http or https ) from the current URL