bump?
Shankar Unni wrote:
We have a module that records web analytic information (among other
things), and needs to reconstruct the exact URL that the request came in
on. (We support 1.3 and 2.0 for now)
It seems like everything else is available in request_rec, but the
original URL scheme ("http" vs "https") is not. Didn't see anything
obvious in conn_rec either.
Is there *any* way that the module can figure out if the connection was
made via http or https? (Wild idea: perhaps by examining the
input_filters or output_filters?)