Hypertext Transfer Protocol. Unencrypted web traffic. Most websites redirect port 80 to 443 (HTTPS).
Test it now with our Port Scanner
| Port | 80 |
|---|---|
| Service | HTTP |
| Protocol | TCP |
| Encrypted | No |
| Common Use | Hypertext Transfer Protocol |
Online: Use our Port Scanner — enter your IP and port 80.
Command line:
nc -zv your-server-ip 80 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 80 (PowerShell)
Check locally:
ss -tlnp | grep :80 (Linux) netstat -an | findstr :80 (Windows)