Hey wiremock <#C03NAEH5LVA|general> team, I am usi...
# general
a
Hey wiremock #general team, I am using wiremock where at one point i got struck. I have a same response for multiple requests where in only header gets changed. So i want a JSON such that, i have to match headers if its present in one of the specified values. Could you please help me with that?
t
Copy code
"request": {
        "urlPath": "/things",
        "method": "GET",
        "headers": {
            "X-My-Header": {
                "equalTo": "my-value"
            }
        },
Something like that do the trick? ☝️