How can I debug a HTTP POST in Chrome?

The Solution to How can I debug a HTTP POST in Chrome? is


  1. Go to Chrome Developer Tools (Chrome Menu -> More Tools -> Developer Tools)
  2. Choose "Network" tab
  3. Refresh the page you're on
  4. You'll get list of http queries that happened, while the network console was on. Select one of them in the left
  5. Choose "Headers" tab

Voila!

enter image description here

~ Answered on 2013-03-24 20:55:08


Most Viewed Questions: