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
|