如何查看帖子数据
我已经在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 Fiddler。它允许您查看 HTTP 流量,包括标头。
编辑
来自网站的描述:
Check out Fiddler. It allows you to view HTTP traffic including headers.
Edit
Description from the website:
当所有其他方法都失败时,请使用 wireshark。我也是 Tamper Data 和 帕罗斯。
When all else fails use wireshark. I'm also a fan of Tamper Data and Paros.
有时我使用过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!