summaryrefslogtreecommitdiffstats
path: root/tests/testserver/apache2/testdata/www/cgi-bin/get-cookie.cgi
blob: 59f40ac78b6b361bc52c56f73b6f73ebc8208cd5 (plain)
1
2
3
4
5
#!/bin/sh

echo "Content-Type: text/plain"
echo
echo "$HTTP_COOKIE"