Page 1 of 1

Re-send post & header data in Firefox?

Posted: Mon Jul 19, 2010 2:24 pm
by Jade
Does anyone know of a firefox add on that will re-submit the header/post data that you previously sent? I'm working with Ajax so it's not a situation where I can just click the refresh button at the top of the browser. It looks like FireBug captures all of the header and post information but there's no way to re-send it. If anyone knows of something similar and can point me in the right direction that would be fabulous.

Re: Re-send post & header data in Firefox?

Posted: Mon Jul 19, 2010 3:52 pm
by kaszu
"Tamper Data" allows to modify AJAX requests, not sure if you can resend them
https://addons.mozilla.org/en-US/firefox/addon/966/

Edit: it has "Replay in browser"

Re: Re-send post & header data in Firefox?

Posted: Tue Jul 20, 2010 10:29 am
by Jade
Sweet, thanks!