You can filter for HTTP POST requests with the Chrome DevTools. Just do the following:
- Open Chrome DevTools (Cmd+Opt+I on Mac, Ctrl+Shift+I or F12 on
Windows) and click on the "Network" tab
- Click on the "Filter" icon
- Enter your filter method:
method:POST
- Select the request you want to debug
- View the details of the request you want to debug
Screenshot
Tested with Chrome Version 53.