views:

3

answers:

1

When I look at the Network tab in Opera Dragonfly, I'm not seeing POSTEd parameters or the RESPONSE content. Here's what I see:

 Raw Response
 HTTP/1.1 200 OK
 Server: Microsoft-IIS/5.1
 Date: Thu, 15 Jul 2010 12:43:19 GMT
 X-Powered-By: ASP.NET
 X-AspNet-Version: 2.0.50727
 Cache-Control: no-cache
 Pragma: no-cache
 Expires: -1
 Content-Type: text/html; charset=utf-8
 Content-Length: 22320

In Dragonfly, is there a way to examine the parameters posted to the server and the actual response from the server?

A: 

Not yet. Microsoft Fiddler HTTP debugger is a good replacement if you have an OS to run it on.

hallvors