I am currently using Apache/2.4.57 on my web server. Recently, I found that it gives a 403 error if the URI query string contains a space. The error message in the domain's error.log is "AH10411: Rewritten query string contains control characters or spaces." It seems that the new version of Apache does not allow spaces in the query string.
How can I fix this issue?