Unanswered question

"No known way to render data" error message display in response

The HTTP request using GET method got "200 Success" code. However the response data is unable to render.
"No known way to render data" error message display in response body.
Note: this request works properly when using other tools (e.g. PostMan)

Could you please help me check this error?

Many thanks!

Ba T.
Ba T.

Ba T.

Level
0
12 / 100
points

Answers

Where do you see that "No known way to render"? Is it on the server response or in the HTML rendering in the check virtual user panel?

NeoLoad does not embed a real browser so JS, CSS etc...needed to render the page can't be executed. The main point is to get the correct server response in the body.

Ba T.
Ba T.

Ba T.

Level
0
12 / 100
points

Hi Nouredine A,

Thank you so much for your response!
This error message displays in the check virtual user panel (response field). As I double check using PostMan, the response body does not contains any JS, CSS.. just in JSON format.
Is there any other ways to get the original response body via NeoLoad ? Thanks!