java - Able to re-access a POST request after navigating away from the page. Why? -


i submit form on browser using "submit" button. set parameters sent post method. local server sends response html page via servlet using parameters in request. understanding, post requests cannot bookmarked. after navigate page response, can still access page when press button on browser.

is because browser saves page? or understanding of post request incorrect?

thank you!


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

qt - Change color of QGraphicsView rubber band -

php - Cloud9 cloud IDE and CakePHP -