Feature Request
"Replay Request" button
haslo
For all errors that are replicable through a relatively simple HTTP request, it would be really useful to have a "replay request" button - sending the exact same request again as far as possible, with identical HTTP method, headers, URL and payload (like form or JSON data).
This would be useful for two reasons:
- It would allow better debugging in some situations (like when the server runs locally somewhere)
- It would allow to easily double-check whether an error is fixed after a fix has been deployed
Similar features are available in similar products like Rollbar and Airbrake, so this would also close a gap in the product's feature set.