qt6windows7/tests/testserver/apache2/testdata/www/cgi-bin/get-cookie.cgi
2023-10-29 23:33:08 +01:00

6 lines
68 B
Bash

#!/bin/sh
echo "Content-Type: text/plain"
echo
echo "$HTTP_COOKIE"