david@intel-compute-stick:/var/www/html/040$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. GET /040/form1.php?text1=THIS_IS_TEXT1 HTTP/1.1 host: localhost Cookie: Cookie40a=THIS_IS_COOKIE_40a HTTP/1.1 200 OK Date: Sun, 08 May 2022 16:26:36 GMT Server: Apache/2.4.52 (Debian) Set-Cookie: PHPSESSID=jej4hloq3lhn2h90vs8rrivv01; 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: Cookie40=THIS_IS_COOKIE_40; expires=Sun, 08-May-2022 17:26:37 GMT; Max-Age=3600 Vary: Accept-Encoding Content-Length: 199 Content-Type: text/html; charset=UTF-8 <form method="GET" action="./form1.php"> <input type="text" name="text1"></input> <input type="submit"></input> </form> THIS_IS_TEXT1<br> jej4hloq3lhn2h90vs8rrivv01<br> <br> THIS_IS_COOKIE_40a<br> Connection closed by foreign host. david@intel-compute-stick:/var/www/html/040$