How to replay XHR request

10,409 views
Skip to first unread message

Ahmy

unread,
Dec 3, 2011, 10:39:53 AM12/3/11
to Google Chrome Developer Tools
How can i replay an XHR request ?
in firebug i just can the request in a new window. but when i try this
on chrome, it send a GET request instead of POST. so it didn't sent
the parameter

Boris Smus

unread,
Dec 9, 2011, 2:10:25 PM12/9/11
to google-chrome-...@googlegroups.com

Ahmy

unread,
Dec 9, 2011, 8:36:14 PM12/9/11
to Google Chrome Developer Tools
Thank you verry much, for starting the new issue, I star-ed it

gose...@gmail.com

unread,
Jan 4, 2012, 12:32:13 PM1/4/12
to google-chrome-...@googlegroups.com
Also starred it

David Tremblay-Fafard

unread,
Mar 26, 2020, 12:26:20 PM3/26/20
to Chrome DevTools
In Developer Tools > Network > XHR

For new JavaScript fetch requests : 

Right click on the request made, mouse over "Copy", click "Copy as fetch". 
Go to Developer Tools > Console 
Paste the copied information
Press "Enter"

To re-replay, simply go to Console, press "Up" and "Enter"

Otherwise, I've read that for other requests, made by Axios, for instance can be replayed by :
Right click on the request made and click "Replay XHR".

I've also read that there are other solutions, but you got 2 now.
Reply all
Reply to author
Forward
0 new messages