Skip to main content

4 docs tagged with "www"

View all tags

Does www Still Work?

www was never special — it's an ordinary hostname that happens to be famous. I found out none of my own sites answer to it, which turned a terminology question into a reason to build a scanner.

Nothing in AWS Tells You www Is Missing

Four more domains, same missing www. Every certificate already covered it and every distribution already accepted it — only the DNS record was absent. Nothing in AWS reports that state, because no single service can see it.

The Only Missing Piece Was the DNS Record

www.csv-helper.com returned NXDOMAIN for years. The certificate already covered it and CloudFront already accepted it — every part of the fix was done except the DNS record. Then I swept the account and found four more exactly like it.

www Scanner: Design Notes

Open working notes for a Go scanner that classifies www support across a domain corpus — corpus sourcing, positional storage, trend methodology, and where the throughput is expected to give out.