可以在 Opera Dragonfly 中获取 POSTed 参数和 RESPONSE 内容吗?

发布于 2024-09-09 22:33:32 字数 402 浏览 7 评论 0原文

当我查看 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技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

携余温的黄昏 2024-09-16 22:33:32

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 by Network log subtab. NOTE: It requires reloading the page, if the page was already loaded while opening Opera Dragonfly.

转身以后 2024-09-16 22:33:32

还没有。如果您有运行它的操作系统,Microsoft Fiddler HTTP 调试器是一个很好的替代品。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文