简单测试http协议

简单测试http协议
xjtu129@xjtu129-desktop:~$ telnet www.xjtu.edu.cn 80
Trying 202.117.1.13...
Connected to www.xjtu.edu.cn.
Escape character is '^]'.
GET /index.html HTTP/1.1
Accept:*?*
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
HOST:www.xjtu.edu.cn

HTTP/1.1 404 /index.html
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Content-Length: 985
Date: Thu, 13 Mar 2008 13:20:40 GMT
Connection: close

<html><head><title>Apache Tomcat/6.0.13 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /index.html</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/index.html</u></p><p><b>description</b> <u>The requested resource (/index.html) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.13</h3></body></html>Connection closed by foreign host.
xjtu129@xjtu129-desktop:~$
 

你可能感兴趣的:(简单测试http协议)