From 38f85be76a9f7814e1d3b61b88b650d11d227eff Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 1 Mar 2007 18:41:23 +0100 Subject: [PATCH] test: The CGI script showing POST DATA sent to it. TODO: Combine print-post.sh and print-vars.sh into one script. --- test/cgi/print-post.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test/cgi/print-post.sh diff --git a/test/cgi/print-post.sh b/test/cgi/print-post.sh new file mode 100755 index 000000000..ddc05c604 --- /dev/null +++ b/test/cgi/print-post.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Content-Type: text/plain" +echo +echo "POST DATA:" +cat -