mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 17:50:59 +08:00
qt 6.5.1 original
This commit is contained in:
9
tests/testserver/apache2/testdata/www/cgi-bin/set-cookie.cgi
vendored
Normal file
9
tests/testserver/apache2/testdata/www/cgi-bin/set-cookie.cgi
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Content-type: text/plain"
|
||||
while read line; do
|
||||
echo "Set-Cookie: $line"
|
||||
done
|
||||
|
||||
echo
|
||||
echo "Success"
|
Reference in New Issue
Block a user