🔨Startup Name Forge
← Glossary
Color glossary

DoH (DNS over HTTPS)

A protocol that performs DNS lookups over an HTTPS connection rather than plain UDP.

DoH is what makes the live .com check on this site possible without a backend. The browser asks Cloudflare's public resolver at 1.1.1.1 over HTTPS for the NS record of name.com, and reads the response. No server is involved on our side. Standard DNS over UDP cannot be called from a browser due to security policies, but DoH passes through the same fetch API used for any other request.

Try the generator
🎨 Make a palette →
Related