This message was deleted.
# help
s
This message was deleted.
l
Yeah,
contains
should work:
Copy code
"headers": {
            "Accept": {
                "contains": "xml"
            }
        },
Or if you want to match the whole string you can use
equalTo
1
I think you can also use
matches
if you want to match using regex