How can I debug a HTTP POST in Chrome?

I would like to view HTTP POST data that was sent in Chrome.

The data is in memory now, and I have the ability to resubmit the form.

I know that if I resubmit the server will throw an error. Is there anyway I can view the data that is in Chrome’s memory?

8 Answers
8

Leave a Comment