How to repeat a POST request using Chrome's developer tools?
Posted
by
Luke The Obscure
on Programmers
See other posts from Programmers
or by Luke The Obscure
Published on 2012-09-13T17:36:58Z
Indexed on
2012/09/13
21:49 UTC
Read the original article
Hit count: 248
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?
© Programmers or respective owner