This shows you the differences between the selected revision and the current version of the page.
| post_get_request_examples 2009/01/14 17:50 | post_get_request_examples 2009/01/14 17:50 current | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Here's an example of a request sent to a testing_server.php instead of server.php. | Here's an example of a request sent to a testing_server.php instead of server.php. | ||
| <code> | <code> | ||
| - | <form action="http://api.clickapost.com/server.php" method="post"> | + | <form action="http://api.clickapost.com/testing_server.php" method="post"> |
| <textarea name="xml" cols="50" rows="10"></textarea> | <textarea name="xml" cols="50" rows="10"></textarea> | ||
| <input type="submit" value="submit" /> | <input type="submit" value="submit" /> | ||
| </form> | </form> | ||
| </code> | </code> | ||