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?
Thanks, Ignaz