# telnet localhost 80[Enter]
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
GET / HTTP/1.0[Enter]
User-Agent: ABC [ja][Enter]
[Enter]
HTTP/1.1 403 Forbidden
Date: Sun, 18 Apr 2010 02:18:49 GMT
Server: Apache/2.2.14 (EL)
Accept-Ranges: bytes
Content-Length: 3878
Connection: close
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
:
:
2010/04/18
telnet で wget
サンプル
ラベル:
Apache