Test Id
Test 989
Test Trace Id
138489a6-dad1-4377-b1cb-068832099955
Timestamp
Tue, 23 Jun 2026 21:26:10 GMT
Scenario
Send a malformed JSON which has the string 'bla' at the end
Expected Result
Should return 4XX
Result
Result Details
The following keywords were detected in the response which might suggest an error details leak: [forbidden]
Contract Path
Fuzzer
MalformedJson
Full Request Path
Http Method
{
"notifications": {
"key": true
}
}bla
[
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "User-Agent",
"value": "cats/13.8.1-SNAPSHOT (Test 989 - MalformedJson)"
},
{
"key": "X-Cats-Trace-Id",
"value": "138489a6-dad1-4377-b1cb-068832099955"
}
]
curl -X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: cats/13.8.1-SNAPSHOT (Test 989 - MalformedJson)" \
-H "X-Cats-Trace-Id: 138489a6-dad1-4377-b1cb-068832099955" \
\
-d '{"notifications":{"key":true}}bla' \
https://qa-api.puk3p.online/api/account/notifications
{
"responseCode": 403,
"httpMethod": "PUT",
"responseTimeInMs": "550",
"numberOfWordsInResponse": "1",
"numberOfLinesInResponse": "1",
"contentLengthInBytes": "109",
"jsonBody": {
"timestamp": "2026-06-23T21:26:10.647Z",
"status": 403,
"error": "Forbidden",
"path": "/api/account/notifications"
},
"headers": [
{
"key": "cache-control",
"value": "no-cache, no-store, max-age=0, must-revalidate"
},
{
"key": "content-type",
"value": "application/json"
},
{
"key": "date",
"value": "Tue, 23 Jun 2026 21:26:10 GMT"
},
{
"key": "expires",
"value": "0"
},
{
"key": "pragma",
"value": "no-cache"
},
{
"key": "server",
"value": "nginx/1.24.0 (Ubuntu)"
},
{
"key": "strict-transport-security",
"value": "max-age=31536000 ; includeSubDomains"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "DENY"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"responseContentType": "application/json"
}
cats replay Test989