On Thu, Jul 21, 2011 at 11:02, Ignaz Birnstingl <ign...@gmail.com> wrote:
> Hello,
>
> is there an easy way to find out a request's scheme part (i.e. http or
> https)? r->parsed_uri.scheme seems to be a null pointer. I currently
> iterate r->input_filters and check if filter->frec->name is "ssl/tls
> filter" but that doesn't seem right. Any suggestions?

Check the HTTPS environment variable (r->subprocess_env).

S

Reply via email to