For a project I'm working on there's a need to debug input/ouput using an external tool (it comes from several in-app components).
The I/O is done through HTTPs.
The HTTP request initiator is an embeded Flash object.
In other words, this means that the Flash object creates the HTTP request, and gets a response.
Now, on the Network tab I can see the request (its headers & parameters) but as for the response all I can see is the headers returned from the server, i.e something like:
Access-Control-Allow-Origin:*
Content-Length:3958
Content-Type:text/plain;charset=ISO-8859-1
Date:......
Server:...........
X-Powered-By:........
In the Preview and in the Response sub-tabs there's nothing (placeholding message that states it).
So, if the browser can see the headers why can't it see (or can't just display) the response body?