Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome's "Replay XHR" feature removed?

I've been using Chrome's "Replay XHR" feature quite a lot for debugging purposes, but it seems to be gone all of a sudden? It used to be there about a week ago.

What could be the cause of this? My chrome is on version Version 54.0.2840.100 (64-bit)

like image 926
Rob Avatar asked Dec 19 '16 10:12

Rob


People also ask

How do I replay a XHR in Chrome?

Right click on the request made and click "Replay XHR".

How do I add XHR to Chrome?

1. Open Chrome browser 2. Go to chrome://flags/#allow-sync-xhr-in-page-dismissal 3. Change the drop-down selection from “Default” or “Disabled” to “Enabled”.

How do I request a chrome replay?

Just right click on the request and select Replay XHR.

How do you copy an XHR?

Right click individual requests to copy or save XHR data. Particularly useful, the Copy as cURL option will generate a curl query to reproduce the request. If the request type is application/json you can also "replay" the request.


1 Answers

Ah - I'm quite sure it didn't disappear - but this specific XHR request also uploads a file. This is why the replay function is unavailable.

like image 153
Rob Avatar answered Sep 21 '22 00:09

Rob