Help us make DevTools Tips better! Fill out this survey to tell us more about your DevTools habits and frustrations.
Categories:
Supported by:
Replay a XHR request
When you're debugging an XHR request to a backend service that doesn't respond with the right things it can be useful to send the request over and over again. Reloading the entire page to do so is tedious.
In Chrome DevTools, you can simply replay the same XHR request:
- Open the Network tool.
- Find the XHR request in the list that you want to resend.
- Right-click the request and click Replay XHR.
Note: you can also edit the request before resending it! To learn more, see Edit and resend faulty network requests to debug them.