简体   繁体   中英

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

Can someone please tell me how i can see the request and response payload of a django form submit? thank you

Below the "General", "Request Headers" and "Response Headers" you should see the "Form Data".

在这里查看我的屏幕截图

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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