SuperShah
SuperShah

Reputation: 1

Jmeter giving dos in response instead of loading original page

"Why" and "When" we get this code in JMeter response instead of the real/original page and how to get rid of it?

Script is running successfully but getting this in response & this appears randomly.

Code which i get in response against my request is as displayed in this screenshot:

enter image description here

Upvotes: 0

Views: 61

Answers (1)

Ori Marko
Ori Marko

Reputation: 58774

In View Results Tree the default is showing the response as text file.

The default Text view shows all of the text contained in the response.

You want it to render as Html so choose in drop down of component as HTML or HTML (download resources) and JMeter will render it similar to browser

If the HTML (download resources) view option is selected, the renderer may download images, style-sheets, etc.

Upvotes: 1

Related Questions