``` (http.host eq "fw-test.kian.org.uk" and http.request.method in { "POST" "PUT" }) and (not any(lo

(http.host eq "fw-test.kian.org.uk" and http.request.method in { "POST" "PUT" }) and (not any(lower(http.request.headers.names[*])[*] contains "content-length") or any(http.request.headers["content-length"][*] > "4096"))
Was this page helpful?