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
Response Status:200 OK
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
11/20/2008 11:01:45 PM
This sample illustrates doing a behind the scenes
HTTP POST to a web server. If you're just looking
to do a standard GET request or simply want more
general information about making an HTTP request
via ASP, please see:
Just FYI: It doesn't do much, but the page that the script posts its data to is
located here: http_post_target.asp.
If you'd like, you can also view its source: http_post_target.asp