Originally Posted by Fools Gold
Does anyone know what this message means that comes up when I open my browser (Firefox) or go to a website?
"This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?"
It only started today, but saying that, I had it a while back but it suddenly stopped coming up, now it's back
Hey this error happens when a POST request is sent to a server/script that redirects the request using incorrect/incompatible HTTP headers. Firefox shows this message if the POST is redirected using a 307 Temporary Redirect but not for a 302 Found. So look at the script you are posting to. For instance this was happening to me because I had modified wordpress's wp_redirect and wp_safe_redirect functions to redirect with 307 instead of 302. Once I changed them back to 302 it worked again no warnings.
























Linear Mode


