如何查看帖子数据

发布于 2024-11-08 12:10:12 字数 132 浏览 1 评论 0原文

我已经在我的 asp.net 应用程序中实现了 paypal 按钮。当按钮将我重定向到贝宝时,以及当我支付贝宝服务时,我会将我重定向到我需要从贝宝检索数据的页面之一。我试图在萤火虫中查看这些数据,但我找不到任何东西。有什么办法可以查看接收到的数据吗?

I have implemented paypal button in my asp.net app. When buttons redirect me to paypal and when I pay service paypal redirect me to one of my pages where I need to get data retrived from paypal. I tried to se that data in firebug but I can't find anything. Is there any way to watch received data?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

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

评论(3

℡Ms空城旧梦 2024-11-15 12:10:12

查看 Fiddler。它允许您查看 HTTP 流量,包括标头。

编辑
来自网站的描述:

Fiddler 是一个 Web 调试代理,它
记录您之间的所有 HTTP(S) 流量
计算机和互联网。提琴手
允许您检查所有 HTTP(S)
流量、设置断点和“fiddle”
与传入或传出数据。
Fiddler 包含一个强大的
基于事件的脚本子系统,以及
可以使用任何 .NET 进行扩展
语言。

Fiddler 是免费软件,可以调试
来自几乎任何地方的流量
应用程序,包括互联网
资源管理器、Mozilla Firefox、Opera 和
还有数千。

Check out Fiddler. It allows you to view HTTP traffic including headers.

Edit
Description from the website:

Fiddler is a Web Debugging Proxy which
logs all HTTP(S) traffic between your
computer and the Internet. Fiddler
allows you to inspect all HTTP(S)
traffic, set breakpoints, and "fiddle"
with incoming or outgoing data.
Fiddler includes a powerful
event-based scripting subsystem, and
can be extended using any .NET
language.

Fiddler is freeware and can debug
traffic from virtually any
application, including Internet
Explorer, Mozilla Firefox, Opera, and
thousands more.

玩物 2024-11-15 12:10:12

当所有其他方法都失败时,请使用 wireshark。我也是 Tamper Data帕罗斯

When all else fails use wireshark. I'm also a fan of Tamper Data and Paros.

痴意少年 2024-11-15 12:10:12

有时我使用过IE的开发者工具栏...非常简单...
按 F12 并转到选项卡网络,然后开始捕获,完成后,结果视图中将显示所有数据。双击单个请求即可获得!

否则FireBug工具就相当不错了!

Somethimes I've used the Developer Toolbar of IE... it's very simple...
Press F12 and go to the Tab Networking then Start Capturing and when finished you have all data in the Result View. double click on a single request and you get it!

Otherwise the FireBug tools it's quite good!

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