How to check TCP Port 80 (http) with telnet
This article describes how to connect to a TCP port 80 on a Web server using telnet.
HTTP Protocol Basics
HTTP[1] is a simple text protocol. So telnet lets you easily test the operation of port 80.
You can test the connection using the following Linux commands: