Page is a not externally linkable
phranque - 12:38 am on Oct 12, 2010 (gmt 0)
If I was asked to solve the problem of bookmarking pages created using POST, I would start by adjusting the bookmark editor and add a field for the POST data.
the POST data does not exist on the page created by the post, it exists in the HTTP Request sent by the page containing the form.
therefore the only two places that have the POST data are the requesting/referring page at the moment the form is submitted and the server side script that is referred to by the action parameter of the form.