/media/sda-magnetic/david/Dok-15-2023-11-27/informatik/www-intel-compute-stick-2022-06-13/043/output03.txt


david@intel-compute-stick:/var/www/html/043$ telnet localhost 80
Trying ::1...
Connected to localhost.
Escape character is '^]'.
GET /043/form1.php?text1=THIS_IS_TEXT_43 HTTP/1.1
host: localhost
Cookie: Cookie43a=DIES_IST_COOKIE_43a

HTTP/1.1 200 OK
Date: Wed, 11 May 2022 15:50:08 GMT
Server: Apache/2.4.52 (Debian)
Set-Cookie: PHPSESSID=gn1lnus7ktj6kou706o1e0s951; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: Cookie43=THIS_IS_COOKIE_43; expires=Wed, 11-May-2022 16:50:09 GMT; Max-Age=3600
Vary: Accept-Encoding
Content-Length: 172
Content-Type: text/html; charset=UTF-8


<form action="./form1.php" method="GET">
<input type="text" name="text1"></input>
<input type="submit"></input>
</form>

0THIS_IS_TEXT_43<br>
<br>
DIES_IST_COOKIE_43a<br>

Connection closed by foreign host.
david@intel-compute-stick:/var/www/html/043$