
grsvarma019 at gmail
Sep 17, 2008, 12:21 AM
Views: 489
Permalink
|
|
How to extract the protocol part of URL from an apache request
|
|
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 using apache request object. Can you please anybody help me in this? Thanks, Raja -- View this message in context: http://www.nabble.com/How-to-extract-the-protocol-part-of-URL-from-an-apache-request-tp19526642p19526642.html Sent from the mod_perl - General mailing list archive at Nabble.com.
|