Does anyone know if there is a setting that will show me the POST requests in Dragonfly? I only see GET requests and the responses.
I am used to Firebug so wondering if this functionality is available.
Thanks.
feedback
|
|
From the Opera Dev forums it appears you cannot:
| ||||
|
feedback
|
|
You might consider using Fiddler 2, a client side web proxy which (among hosts of other features) shows post data as plain text. It works with all major browsers and supports https. For more info refer to the web address given... seriously, it's an extremely valuable tool especially for debugging arcane errors in web apps accessed through IE and Opera. | ||||
|
feedback
|