1

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

FAM_Maurice
  • 363
  • 3
  • 10

1 Answers1

1

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

See my screenshot here

dirkgroten
  • 20,112
  • 2
  • 29
  • 42