summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/TUWF/Request.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/TUWF/Request.pod b/lib/TUWF/Request.pod
index be6774f..d35edc2 100644
--- a/lib/TUWF/Request.pod
+++ b/lib/TUWF/Request.pod
@@ -173,6 +173,11 @@ Includes a leading slash.
Returns the protocol used to perform the request, i.e. C<http> or C<https>.
+Note that the detected protocol may be wrong if your website is running behind
+a reverse proxy that is either terminating or stripping HTTPS. As a workaround,
+you can manually set the correct C<HTTPS> environment variable to C<0> or C<1>
+in your initialization code or, even better, in your web server configuration.
+
=head2 reqBaseURI()
Returns the I<base URI> of the current page. That is, C<http(s)://> plus