Description of issues
This is a critical issue, because valid data when sent to server is throwing an exception. This can stop legit users from using your platform/services.
Test Summary
We tried a positive scenario by putting value of field id as 101010101 because it's Testing with a positive integer value with alternating digits
DELETE /user/{id}
Payload:
Response:
{
"path": "/user/101010101",
"error": "Internal Server Error",
"status": 500,
"timestamp": "2023-12-22T10:57:00.411+00:00"
}
Description of issues
This is a critical issue, because valid data when sent to server is throwing an exception. This can stop legit users from using your platform/services.
Test Summary
We tried a positive scenario by putting value of field
idas101010101because it's Testing with a positive integer value with alternating digitsDELETE /user/{id}
Payload:
{ "id": 101010101 }Response:
{ "path": "/user/101010101", "error": "Internal Server Error", "status": 500, "timestamp": "2023-12-22T10:57:00.411+00:00" }