可以在 Opera Dragonfly 中获取 POSTed 参数和 RESPONSE 内容吗?
当我查看 Opera Dragonfly 中的网络选项卡时,我没有看到已发布的参数或响应内容。这是我看到的:
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
在 Dragonfly 中,有没有办法检查发布到服务器的参数和服务器的实际响应?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Opera Dragonfly 从 Opera 渲染引擎 (Presto) 获取此信息的能力应该包含在 Opera 11 中。我们目前正在努力在 Opera Dragonfly 中实现客户端代码,以支持此功能和其他 Network Inspector 功能,例如编辑标头并重播请求。
编辑:
从 2011 年 7 月(Opera Dragonfly 1.1)开始,这是可能的。
要查看 Opera Dragonfly 中的 POST 参数,请单击
Network
选项卡,然后单击 <代码>网络日志子选项卡。 注意: 如果打开 Opera Dragonfly 时已加载页面,则需要重新加载页面。The ability for Opera Dragonfly to get this information from the Opera rendering engine (Presto) should be included in Opera 11. We are currently working on implementing the client side code in Opera Dragonfly to support this and other Network Inspector features, such as editing headers and replaying requests.
EDIT:
As of July 2011 (Opera Dragonfly 1.1) it is possible.
To see POST parameters in Opera Dragonfly click on
Network
tab followed byNetwork log
subtab. NOTE: It requires reloading the page, if the page was already loaded while opening Opera Dragonfly.还没有。如果您有运行它的操作系统,Microsoft Fiddler HTTP 调试器是一个很好的替代品。
Not yet. Microsoft Fiddler HTTP debugger is a good replacement if you have an OS to run it on.