in reply to Redirecting with a POST

The pages you find are generally correct -- if a browser sends you a GET request, and you send back a redirect message, there's no way to make that next request be performed as a POST.

You could send a very small HTML page that cotnained a JavaScript command that performed a POST...