WHATPORT(80) whatport.net WHATPORT(80)
80

HTTP

Plain HTTP — the unencrypted web port, now mostly a redirector to 443 and an ACME challenge endpoint.

TCP

Description

A web server (nginx, Apache httpd, Caddy, or an application framework) accepts HTTP/1.1 requests here in cleartext, with the target host chosen by the Host header. In current deployments its main jobs are issuing a 301 to https:// and serving Let's Encrypt HTTP-01 challenges under /.well-known/acme-challenge/. It is also the default listener for dev servers, containers, and load balancer backends behind a TLS terminator. Anything on 80 is readable and modifiable by any network in the path.

Exposed to the internet?

Fine to expose

Fine to expose when it only redirects to HTTPS and serves ACME challenges; never serve credentials, cookies, or private content over it.

Check it yourself

$ curl -sv -o /dev/null http://example.com/

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.