I set up a firewall rule to block anyone coming to my site with the URL parameter: “?s=News”. It is setup as follows. Why won’t it trigger?
Drop the ?
From the documentation:
http.request.uri.query
Represents the entire query string, without the?
delimiter.
1 Like
Thank you!
This topic was automatically closed after 30 days. New replies are no longer allowed.