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


david@intel-compute-stick:/var/www/html/052$ telnet localhost 80
Trying ::1...
Connected to localhost.
Escape character is '^]'.
POST /052/form1.php HTTP/1.1                    
host: localhost
Cookie: Cookie52a=THIS_IS_COOKIE_52a
Content-Type: application/x-www-form-urlencoded
Content-Length: 20

text1=THIS_IS_TEXT52
HTTP/1.1 200 OK
Date: Thu, 26 May 2022 17:25:42 GMT
Server: Apache/2.4.52 (Debian)
Set-Cookie: Cookie52=THIS_IS_COOKIE_52; expires=Thu, 26-May-2022 18:25:42 GMT; Max-Age=3600
Vary: Accept-Encoding
Content-Length: 175
Content-Type: text/html; charset=UTF-8


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

<br>
<br>
THIS_IS_COOKIE_52a<br>
THIS_IS_TEXT52<br>


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