telnet www.naver.com 80

godorizz의 이미지

제목과 같이 텔넷 접속 하고 GET / /HTTP1.0 으로 명령문 날렸는데

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>네이버 :: 페이지를 찾을 수 없습니다.</title>
<link rel="stylesheet" type="text/css" href="/css/err.css?1007" />
<script type=text/javascript> 
var defaultCharset = document.charset ;
function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); }
function setDefaultCharset() { document.charset = defaultCharset ; }
function emulAcceptCharset(form) { if (isIE) { var defCharset = document.charset ; document.charset = form.acceptCharset ; window.onbeforeunload = setDefaultCharset ; } return true; }
</script>
</head>
 
<body>
 
<div id="wrap">
    <div id="header">
        <h1><a href="http://www.naver.com/"><img src="http://static.naver.com/w8/err/lg_naver.gif" alt="NAVER" width="145" height="33" /></a></h1>
        <p class="menu"><a href="http://www.naver.com/">네이버홈</a> | <a href="http://help.naver.com/">고객센터</a></p>
    </div>
    <div id="container">
        <h2>죄송합니다.<br />요청하신 페이지를 찾을 수 없습니다.</h2>
        <div class="content">
            <p>방문하시려는 페이지의 주소가 잘못 입력되었거나,<br />페이지의 주소가 변경 혹은 삭제되어 요청하신 페이지를 찾을 수 없습니다.</p>
            <p>입력하신 주소가 정확한지 다시 한번 확인해 주시기 바랍니다.</p>
            <p>관련 문의사항은 <a href="http://help.naver.com/">고객센터</a>에 알려주시면 친절하게 안내해 드리겠습니다.</p>
            <p>감사합니다.</p>
        </div>
        <form class="search" style="margin-top:50px;" name="search" action="http://search.naver.com/search.naver" method="get" onsubmit="emulAcceptCharset(this);" accept-charset="ks_c_5601-1987">
            <input type="hidden" name="sm" value="nnf_hty">
            <fieldset class="window02">
                <legend>검색</legend>
                <input type="text" title="검색" name="query" maxlength=255 value="" class="box_window" accesskey="s">
                <input src="http://static.naver.com/w8/err/btn_sch.gif" onmouseover="this.src='http://static.naver.com/w8/err/btn_sch_over.gif'" onmouseout="this.src='http://static.naver.com/w8/err/btn_sch.gif'" alt="검색" type="image" class="btn_window">
            </fieldset>
            <p class="sch_desc">네이버 검색으로 원하시는 페이지를 찾으실 수 있습니다.</p>
        </form>
    </div>
<div id="footer">
<address>
    <a href="http://www.nhncorp.com/" target="_blank" class="logo"><img src="http://static.naver.com/common/footer/logo_nhn.gif" width="62" height="15" alt="NHN"></a>
    <em>Copyright &copy;</em>
    <a href="http://www.nhncorp.com/" target="_blank">NHN Corp.</a>
    <span>All Rights Reserved.</span>
</address>
</div>
</div>
 
</body>

이런 식으로 헤더 내용도 안뜨고 이렇게 떠버리네요.
mac 쓰고 있구요. 선배님들 조언 부탁드립니다.

gilgil의 이미지

GET / HTTP/1.1
Host: <a href="http://www.naver.com" rel="nofollow">www.naver.com</a>