Gowtham G
04/08/2024, 1:48 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": "*/*"
                },
Did anyone come across this before?Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
application/json with a content length of 0 doesn’t make a lot of sense to me. What’s the idea there?Matt (pactflow.io / pact-js / pact-go)
Gowtham G
04/09/2024, 11:19 AMMatt (pactflow.io / pact-js / pact-go)
Gowtham G
04/09/2024, 11:47 AMGowtham G
04/09/2024, 11:51 AMMatt (pactflow.io / pact-js / pact-go)
Gowtham G
04/09/2024, 12:11 PMGowtham G
04/09/2024, 12:24 PMGowtham G
04/09/2024, 12:24 PMGowtham G
04/09/2024, 12:24 PMGowtham G
04/09/2024, 12:24 PMGowtham G
04/09/2024, 12:27 PMMatt (pactflow.io / pact-js / pact-go)
Gowtham G
04/10/2024, 2:13 PM