ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-mod_perl
perl-mod_perl
Re: [MP2]lookup_uri and HTTPS
by aw other posts by this author
Jul 1 2008 9:56AM messages near this date
Re: [MP2]lookup_uri and HTTPS | [MP2]how to catch the response body of a subrequest?
titetluc titetluc wrote:
>  My question is : is it technically possible to generate HTTPS sub-request (I
>  observed that sub-requests were using HTTP) using the mod_perl API  ?

Forgive my impertinence, but on the face of it, that question does not 
seem to make a lot of sense.
HTTP or HTTPS are protocols that carry requests and responses over "the 
outside world" (e.g. the Internet or Intranet).  A sub-request is 
something that happens totally inside of Apache, so it does not really 
have (nor need) a protocol.  You just ask Apache to return the result of 
getting "/location/object", without ever leaving the context of Apache 
itself.

Now, a REDIRECT going back to the browser is another story, but above 
you mention sub-requests, don't you ?

André
Thread:
Titetluc Titetluc
Torsten Foertsch
Titetluc Titetluc
aw

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved