correction: QUERY_STRING is *not* urldecoded.

RFC3875 § 4.1.7 states that "the QUERY_STRING variable contains a
URL-encoded search or parameter string".
This commit is contained in:
Omar Polo 2022-11-27 12:52:17 +00:00
parent 17493a486c
commit 77718c121f
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ builds this by appending the
.Ev PATH_INFO
to the virtual host directory root.
.It Ev QUERY_STRING
The decoded query string.
The URL-encoded search or parameter string.
.It Ev REMOTE_ADDR , Ev REMOTE_HOST
Textual representation of the client IP.
.It Ev REQUEST_METHOD