As you can see, the URI in the address bar has been updated and you can navigate back to the previously displayed page.
Moreover, navigating back and forth won't re-issue the POST request, thus preserving idempotence of GET requests.
This approach is useful e.g. to update a Post
on the server and redirect
the user to the Post
detail page.