Response Content Tab
Top  Previous  Next

This tab displays the response content that was received in the HTTP response.

Content Description
The text shows the mime type, the total size in bytes and whether the content was downloaded from the web server or read from the browser cache. If HTTP compression was used, then the description includes the compression type, the compressed sized and the savings achieved.

ex: text/html: 4064 bytes, gzip compressed to 2035 bytes (49.93% saving)

Content Display
Displays the all available content inspectors and automatically switch inspector according to the mime Type of the content. The user can select a inspector by clicking the page tab that appears at the left of the content. The "response content" view includes the following inspectors.

1.TextView - "Data" Tab : Shows the response body in a powerful edit control with syntax highlighting, text folding, text structure tree view. Whatever the type of response body, TextView will always display. See also: Content Editor  
 
2.HexView - "Hex" Tab :Shows the response body in a hexadecimal view. See also: Hex Viewer  
 
3.ImageView - "Preview" Tab : Shows the response body as an Image. Supports all IE browser image formats.  
Border : For graphical content this button can be used to add a red border around the image.  
 
4.Preview - "Preview" Tab : Shows the response body in a preview panel. The preview view supports comprehensive file format. The "HTML" type will be shown as HTML page. The XML file will be shown as text structure tree. The flash file will be shown as flash animation with an property grid.  
 
5.JSONView - "JSON" Tab : Shows the response body as an JSON structure tree view. See also: JSON Viewer  
 
6.AMFView - "AMF" Tab : Shows the response body (the AMF0/AMF3 message in Flex) as an text structure tree view. See also: AMF Viewer  
 
7..Net ViewState View - ".Net ViewSate" Tab : Shows the the hidden ViewState in the ASP.net page as structure tree view. See also: .NET ViewState Decoder  
 
8.URLDecodeView - "URLDecode" Tab : Shows the response content as a decoded text list if the mime type is "application/x-www-form-urlencoded".  
 
9.SoapView - "Soap" Tab : Shows the response content as a soap structure tree view. See also: Soap Viewer