Hypertext Transfer Protocol (HTTP)
My part of the dialog is highlighted
+--------------------------------------------------------------------+
? ? MobaXterm Personal Edition v7.1 ? ?
? (Unix utilities and X-server on Gnu/Cygwin) ?
? ?
? ? Your computer drives are accessible through the /drives path ?
? ? Your DISPLAY is set to 192.168.1.68:0.0 ?
? ? When using SSH, your remote DISPLAY is automatically forwarded ?
? ? Each command status is specified by a special symbol (? or ?) ?
? ?
? ? Important: ?
? This is MobaXterm Personal Edition. The Professional edition ?
? allows you to customize MobaXterm for your company: you can add ?
? your own logo, your parameters, your welcome message and generate ?
? either an MSI installation package or a portable executable. ?
? We can also modify MobaXterm or develop the plugins you need. ?
? For more information: http://mobaxterm.mobatek.net/versions.php ?
+--------------------------------------------------------------------+
?
----------------------------------------------------------------------------------------------------------------------
[2015-08-23 08:21.03] ~
[MyPC]> telnet hoare.cs.umsl.edu 80
Trying 134.124.30.128...
Connected to hoare.cs.umsl.edu.
Escape character is '^]'.
GET /~siegel/sample.html HTTP/1.1
host: hoare.cs.umsl.edu
(a blank line)
HTTP/1.1 200 OK
Date: Sun, 23 Aug 2015 13:21:41 GMT
Server: Apache/2.4.6 (CentOS) mod_fcgid/2.3.9 PHP/5.4.16
Last-Modified: Sun, 23 Aug 2015 12:54:00 GMT
ETag: "16b-51df9fea76a00"
Accept-Ranges: bytes
Content-Length: 363
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Example</title>
<style>
body {font-family: "Courier New" ;background-color: #ffffaa; font-size: 14px; }
h1 { color: blue; text-align: center;}
p { font-family: "Times New Roman"; font-size: 24px;}
</style>
</head>
<body>
<h1>Hello</h1>
<hr/>
Some Text.
<p>
Some more text.
</p>
</body>
</html>
Connection closed by foreign host.
----------------------------------------------------------------------------------------------------------------------
Again My Input
telnet hoare.cs.umsl.edu 80
GET /~siegel/sample.html HTTP/1.1
host: hoare.cs.umsl.edu
linefeed on blank line