lua-resty-expr
lua-resty-expr copied to clipboard
The rules I configured according to the requested status code do not take effect.
Here are my rules.
include_req_body_expr: [
["status", "~=", "200"]
]
use 200, not "200"
Here are my rules.
include_req_body_expr: [ ["status", "~=", "200"] ]