Steven Carter
07/18/2024, 7:42 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?Rafe Arnold
07/18/2024, 8:02 PMRafe Arnold
07/18/2024, 8:03 PMSteven Carter
07/18/2024, 8:03 PMWIREMOCK_OPTIONS: '--verbose'
to enable more logsLee Turner
07/19/2024, 10:21 AMSteven Carter
07/19/2024, 12:54 PMLee Turner
07/19/2024, 12:58 PMSteven Carter
07/19/2024, 1:00 PMSteven Carter
07/19/2024, 2:50 PM"fromConfiguredStub": false
that causes it to not match the proper stubSteven Carter
07/19/2024, 2:54 PMLee Turner
07/19/2024, 2:55 PMSteven Carter
07/19/2024, 2:55 PMLee Turner
07/19/2024, 2:58 PMSteven Carter
07/19/2024, 3:02 PMLee Turner
07/19/2024, 3:04 PM