用chrome抓取 post 的登录请求时发现,在发出 post 请求之后,页面会跳转,这样就无法在 chrome 的开发人员工具中的 network 面板中查看到请求的具体信息。
解决办法:
network 勾选Preserve log
,这样就可以查看到 post 请求的信息
用chrome抓取 post 的登录请求时发现,在发出 post 请求之后,页面会跳转,这样就无法在 chrome 的开发人员工具中的 network 面板中查看到请求的具体信息。
解决办法:
network 勾选Preserve log
,这样就可以查看到 post 请求的信息