简体   繁体   English

如何查看在Chrome中提交的django表单的请求数据?

[英]How can i see the request data of a django form submit in Chrome?

I want to see the request payload but all i see is the request and response headers in the dev tools network tab. 我想查看请求有效负载,但我所看到的只是开发工具网络标签中的请求和响应标头。

A similar question is asked here but with no answer. 在这里提出类似的问题,但没有答案。 How can I see submitted POST request data in Chrome DevTools for multipart/form-data 如何在Chrome DevTools中查看提交的POST请求数据以获取多部分/表单数据

Can someone please tell me how i can see the request and response payload of a django form submit? 有人可以告诉我如何查看django表单提交的请求和响应有效载荷吗? thank you 谢谢

Below the "General", "Request Headers" and "Response Headers" you should see the "Form Data". 在“常规”,“请求标头”和“响应标头”下方,您应该看到“表格数据”。

在这里查看我的屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM