Showing posts with label tamper. Show all posts
Showing posts with label tamper. Show all posts

Saturday, March 24, 2012

The dreaded back button

Within an application, is there any way to "tamper" with the history of URLs retained by the browser, so that I can control the URL associated with the back button?

I guess this would entail deleting the last page from the linked list that the browser holds for pages that I do not wish to revisit.

Is this possible?Because of security reasons, you can't get the history from the client.