2 if [ "$REQUEST_METHOD" != "POST" ]; then
3 echo Content-type
: text
/html
5 echo Page must be retrieved with HTTP POST.
10 Cache-Control: no-cache
11 Content-Type: text/plain
12 Content-Disposition: attachment; filename=superbo.txt
13 Expires: Fri, 01 Jan 1990 00:00:00 GMT
14 Transfer-Encoding: chunked
16 plain text response from a POST