This page made an HTTP post request to:
http://www.asp101.com/samples/http_post_target.asp

It sent two pieces of data:
Name and Date

The Response:

HTTP Post Sample Target Page

This page simply displays anything sent to it via a post request in the table below.

Item Value
Name John
Date 3/14/2010 9:50:18 PM

Click here to read about and download the source code.