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