On Wed, 17 Sep 2008 00:21:52 -0700 (PDT)
grsvarma019 wrote:

> But , i couldn't find how to extract the protocol(http or https )
> from the current URL using apache request object.
> Can  you please anybody help me in this?

See: perldoc Apache2::RequestRec

   # HTTP protocol version number
   $proto_num = $r->proto_num();

Reply via email to