using litespeed 4.2.6
The following rule doesn't block requests to test.php which are missing the Accept-Language header:
please advise when bug fixed or if there is a work around
The following rule doesn't block requests to test.php which are missing the Accept-Language header:
Code:
SecFilterSelective REQUEST_URI "/test\.php" chain
SecFilterSelective HTTP_Accept-Language "^$"
please advise when bug fixed or if there is a work around
Last edited by a moderator: