Re-send POST request easily - what tools?
Posted
by Fabien
on Stack Overflow
See other posts from Stack Overflow
or by Fabien
Published on 2010-06-12T11:14:13Z
Indexed on
2010/06/12
11:23 UTC
Read the original article
Hit count: 410
I am looking for an easy way to re-send POST request to the server within the browser mainly for debug purposes. Say you have a XHR request which contains POST parameters that is to be send to the server. After having changed the script on the server side, you would like to resent the very same request for analyzing the output.
What tool could help? I guess it is a browser's extension.
I already tried extension Tamper Data for Firefox which does the job as you can "Replay in browser". But for my taste, it is not enough straight forward, as there are 3 - 4 clicks to get the result of the request.
Unfortunately, curl would not be suitable for my needs as my application has a session's cookie.
© Stack Overflow or respective owner