I have one scenario where user submit one form. After submit form it redirect to the confirmation page. I need here that when user refresh url or press Ctrl+f5 or press F5 or click on browser refresh button this page again redirect to the previous form page where submission has happend. I tried this code:
<meta http-equiv="refresh" content="0; url=http://example.com/" />