The 'Process As' option selects how this test will process the response.
The table below shows how responses are processed given the returned ResponseType if Auto Detect is selected.
For Images, Auto Detect must be selected so that the image format is identified.
Process As | Auto Detect ContentType |
Decription |
Text | text/* | The response is displayed as-is. |
JSON | application/json text/json |
A collapsable tree presentation of the received json is made. |
XML | application/xml text/xml |
A collapsable tree presentation of the received xml is made. |
Image | image/* | An img element is created and the response encoded to Base64 and set on its src attribute. |
Web Page | text/html | An iframe element is created and the response used as its HTML. References to images, css, js files (etc) will not load unless their src URL's are fully qualified. |
Binary | Any other | All requests present a hex dump of the response at the bottom of the page. When processed as Binary, only the hex dump is presented. |