So what I wanted to know that is it possible to remove a page from browser history when we navigate away from that page. Application :- There will be form that user will fill out. After everything is done the user will be redirected to a confirmation page. I wanted to remove this page from history when we navigate to a different page. So currently if do the process and navigate to a different page using navbar I can still navigate back to confirmation page using browser's back button. This is not expected.