I would like to change url the HTTP POST to during the request in firefox. Currently I have tried “Tamper Data” firefox addon which allows me change POST parameters but not the POST request url during the request.
I don’t want to mimic the post by curl etc as I have to manually setup the cookie and parameters all that.
Is there such thing available in firefox?
thanks!
Have a look at Live HTTP Headers addon.
There is a “Replay” button where you can alter URL and data of a previously recorded request.