As title indicates. Katalon studio fails to display the response body, Pretty and RAW, but it does display the response in preview.
I’ve sent a simple GET towards https://reqres.in/api/users/2 and the response I could see in other API Tools was:
{
“data”: {
“id”: 2,
“first_name”: “Janet”,
“last_name”: “Weaver”,
“avatar”: “https://s3.amazonaws.com/uifaces/faces/twitter/josephstein/128.jpg”
}
}
I’m on a Windows7 machine running Katalon Studio 5.10.1 (tried 6.0 but that one failed on many other things as well.)