PRG Test

This simple web page allows you to test the POST/Redirect/GET pattern in your web browser. Type any string into the form below and press submit — your browser will submit the form using POST, and a PHP script will redirect (303) to a GET request for a different page. You should be able to refresh the result page without seeing a warning about resubmitting form contents (etc.).