Re-send post & header data in Firefox?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re-send post & header data in Firefox?

Post 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.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

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

Post 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"
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

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

Post by Jade »

Sweet, thanks!
Post Reply