Hey I am getting this confirmation by firefox.
To display this page, Firefox must send information that will repeat any action
(such as a search or order confirmation) that was performed earlier.
Anybody knows what is this confirmation for?
And how to get rid out of this?
Try to change your request type from POST to GET.
If not possible to change the request type, For reloading the page, try using:
window.location=window.location;
Instead of
window.location.reload();
As suggested in answer to the question preventing firefox reload confirmation
Worked very well in Firefox, Chrome..
This happens when you refresh a page that is the result of a POST request (as opposed to a GET request).
To avoid it, you can use the POST/redirect/GET pattern.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With