Steven Carter
07/19/2024, 1:01 PMPOST /v1/token HTTP/1.1
Host: localhost:54287
traceparent: oa-2a7ac95c456e05294be1ff5e58083ee8-kaldfjl
Content-Type: application/json
Content-Length: 22
{
"test": true
}
Mapping - only included a portion that was relevant
"request": {
"url": "/v1/token",
"method": "POST",
"headers": {
"traceparent": {
"contains": "2a7ac95c456e05294be1ff5e58083ee8"
}
}
}
I'm checking the various endpoints to diagnose like the near misses endpoints, but I can't see any revelant information as to why it wouldn't match. Is there any other things I can check like adding better logging in the docker container that wiremock is running inside?
Thread in Slack Conversation