What is the name of the domain?
What is the error message?
1.Report issue and filter also broken: “Query string: Empty query string” at all times in report. 2.Query ?w goes through filter but this is $w=true, means will go through cache
What is the issue you’re encountering
to block /?w, /?w=rw4tdfjguh
What steps have you taken to resolve the issue?
(http.request.uri.path eq “/”) and (len(http.request.uri.query) gt 0)
(http.request.uri.path eq “/”) and (len(http.request.uri.query) gt 1)
(http.request.uri.path eq “/”) and (len(http.request.uri.query) eq “”)
i can try to debug more but Report has “Query string: Empty query string” at all times with /?w or /?wwqqwe=weqwe with any query string.
What are the steps to reproduce the issue?
Example Domain - not filtered, means DDOS will go through cache and through rule
Example Domain filtered
.com/?w or .com?w doesnt matter