如何在 Chrome 中调试 HTTP POST? [英] How can I debug a HTTP POST in Chrome?

查看:32
本文介绍了如何在 Chrome 中调试 HTTP POST?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想查看在 Chrome 中发送的 HTTP POST 数据.

I would like to view HTTP POST data that was sent in Chrome.

数据现在在内存中,我可以重新提交表单.

The data is in memory now, and I have the ability to resubmit the form.

我知道如果我重新提交服务器会抛出错误.无论如何,我可以查看 Chrome 内存中的数据吗?

I know that if I resubmit the server will throw an error. Is there anyway I can view the data that is in Chrome's memory?

推荐答案

  1. 转到 Chrome 开发者工具(Chrome 菜单 -> 更多工具 -> 开发者工具)
  2. 选择网络"标签
  3. 刷新您所在的页面
  4. 您将获得网络控制台开启时发生的 http 查询列表.在左侧选择其中之一
  5. 选择标题"标签

瞧!

这篇关于如何在 Chrome 中调试 HTTP POST?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆