@thedan84 The scheme tells your browser what port to assume and what protocol to use to talk to a host found by looking up the name (A record query for IPv4, AAAA for IPv6) via a name server. So the https version says "assume port 443 if not told otherwise, establish a TLS connection, then talk HTTP over it".