Automatically Clicking "Retry" on POST submission failure

Discussion of features in Mozilla Firefox
Post Reply
rag_gupta
Posts: 9
Joined: November 10th, 2011, 3:35 am

Automatically Clicking "Retry" on POST submission failure

Post by rag_gupta »

How can get this feature to work to have Firefox automatically click "Retry" ?

I need this for an autofill and I see this can't be done thru extensions.

Will it be feasible to build Firefox source? I tried to build on Ubuntu 16 but it failed.

On trying to build on Ubuntu 14.04 it is giving error "ERROR: Rust compiler 1.17.0 is too old."
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: Automatically Clicking "Retry" on POST submission failur

Post by Gingerbread Man »

What does the POST submission failure warning look like? Do you have either a screenshot, or the text, verbatim? Is it different from the POST data resubmission warning?

Code: Select all

To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.
[Resend] [Cancel]
That one is bug 160144 which has been stuck in limbo forever. You can only avoid it by opening the link in a new tab. So if you wanted to reload the page for instance, right-click the tab and choose Duplicate Tab. If you want to hit the Cancel button instead, you probably need to use an external utility that sends keystrokes or mouse clicks to programs.
Post Reply