david@intel-compute-stick:~$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. GET /041/form1.php?text1=DIES_IST_TEXT_41 HTTP/1.1 host: localhost Cookie: Cookie41a=DIES_IST_COOKIE_41a HTTP/1.1 200 OK Date: Mon, 09 May 2022 12:53:06 GMT Server: Apache/2.4.52 (Debian) Set-Cookie: PHPSESSID=013kgidvul388qcj57kepqg5t6; 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: Cookie41=THIS_IS_COOKIE_41; expires=Mon, 09-May-2022 13:53:08 GMT; Max-Age=3600 Vary: Accept-Encoding Content-Length: 203 Content-Type: text/html; charset=UTF-8 <form method="GET" action="./form1.php"> <input type="text" name="text1"></input> <input type="submit"></input> </form> 013kgidvul388qcj57kepqg5t6<br> DIES_IST_TEXT_41<br> <br> DIES_IST_COOKIE_41a<br> Connection closed by foreign host. david@intel-compute-stick:~$