Re-send post & header data in Firefox?
Moderator: General Moderators
Re-send post & header data in Firefox?
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?
"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"
https://addons.mozilla.org/en-US/firefox/addon/966/
Edit: it has "Replay in browser"
Re: Re-send post & header data in Firefox?
Sweet, thanks!