diff --git a/v2/pkg/protocols/network/operators.go b/v2/pkg/protocols/network/operators.go index 6e1127b9d..ce7078e94 100644 --- a/v2/pkg/protocols/network/operators.go +++ b/v2/pkg/protocols/network/operators.go @@ -13,7 +13,7 @@ import ( func (r *Request) Match(data map[string]interface{}, matcher *matchers.Matcher) bool { partString := matcher.Part switch partString { - case "body", "raw", "all", "": + case "body", "all", "": partString = "data" }