문서 보기이전 판역링크맨 위로 이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. {{tag>[telnet]}} ====== telnet ====== ===== Example ===== <code bash> telnet cli-helper.net 80 #웹 사이트와 telnet 통신 </code> <code text> Trying 179.61.189.61... Connected to cli-helper.net. Escape character is '^]'. </code> <code text> GET / HTTP/1.1 # METHOD 리소스주소 요청 Host: cli-helper.net # HOST 지정 # 전송 </code> <code text> HTTP/1.1 400 Bad Request Server: hcdn Date: Fri, 22 Dec 2023 15:53:38 GMT Content-Type: text/html Content-Length: 247 Connection: close alt-svc: h3=":443"; ma=86400 x-hcdn-request-id: d3307c90e78cfd45dce5d85d6b134afa-nme-edge2 <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>hcdn</center> </body> </html> Connection closed by foreign host. </code> ===== INDEX MENU ===== {{indexmenu>.#1}} /home/u613600155/domains/cli.zerotymer.net/public_html/data/pages/telnet/ko.txt 마지막으로 수정됨: 2025/01/08 04:05저자 writer