Reputation: 1524
Not sure if this is the right stack exchange to ask this, but here goes...
I'm trying to wean myself off of Firebug, which has served me very well for a lot of years. One feature that seems to be missing in Chrome's dev tools is the ability to repeat an AJAX POST. In firebug I can right click on the request in the console and hit "Open in new tab" and the request is repeated exactly as it was originally sent. In Chrome, the same action just does a normal GET on the link, without any of the post data.
Is there any way to repeat an AJAX POST in Chrome's dev tools?
Upvotes: 16
Views: 10205
Reputation: 17487
No. There is an open bug report requesting that feature, though.
Issue 107006: Feature request: ability to replay a previously made request (esp. XHR)
Upvotes: 7