Getting Post - Redirect - Refresh to call redirect page rather than original request?

You don't mention what you are using to serve the page, but make sure you perform an EXTERNAL redirect. Some platforms will internally redirect within a site For instance, with Apache HTTP Server, you need to specify the force-redirect flag in mod_rewrite: httpd.apache.org/docs/1.3/mod/mod_rewrit... The 4th response here has a decent explanation of this as well.

You don't mention what you are using to serve the page, but make sure you perform an EXTERNAL redirect. Some platforms will internally redirect within a site. For instance, with Apache HTTP Server, you need to specify the force-redirect flag in mod_rewrite: httpd.apache.org/docs/1.3/mod/mod_rewrit... The 4th response here has a decent explanation of this as well.

The canonical solution is described pretty well on Wikipedia. See Post/Redirect/Get. You want the code that's handling the POST to redirect to a GET when it's work is done, as refreshing a GET will not resubmit form data.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions