Gowtham G
04/08/2024, 12:55 PMBas Dijkstra
04/08/2024, 12:57 PMGowtham G
04/08/2024, 12:59 PM"headers": {
"Authorization": "Some Token",
"Content-Type": "application/json",
"Content-Length": 0,
"X-Cat-API-Tracking-Id": "99aa372a-1234-66ea-bb37-0242ac131112",
"accept": "*/*"
}
Without Content Length
"headers": {
"Authorization": "Some Token",
"Content-Type": "application/json",
"X-Cat-API-Tracking-Id": "99aa372a-1232-66ea-bb37-0242ac131112",
"accept": "*/*"
},
Gowtham G
04/08/2024, 1:00 PMGowtham G
04/08/2024, 1:07 PMBas Dijkstra
04/08/2024, 1:13 PMGowtham G
04/08/2024, 1:41 PMMatt (pactflow.io / pact-js / pact-go)