Glossary

What Is URL Scheme?

The URL scheme (also called protocol) is the first part of a URL that identifies the protocol used to access the resource — like https://, http://, ftp://, or mailto:. For web forwarding, the relevant schemes are http:// and https://.

Why It Matters

The scheme determines whether the connection is encrypted. This is the critical distinction for domain forwarding:

  • http://your-domain.com — unencrypted, most registrars handle this
  • https://your-domain.com — encrypted, most registrars fail here

Modern browsers default to HTTPS, which means the https:// scheme is the first thing attempted.

Common URL Schemes

The scheme is part of the URI (Uniform Resource Identifier) standard. For web forwarding, only HTTP and HTTPS schemes are relevant:

SchemePurposeUsed in Forwarding?
https://Encrypted webYes — primary
http://Unencrypted webYes — legacy
ftp://File transferNo
mailto:Email linksNo
tel:Phone linksNo

Scheme in Forwarding

When configuring a redirect, both the source and destination have a scheme:

Source:      https://old-domain.com/page
             └─┬──┘
             scheme (handled by Domain Forward's SSL)

Destination: https://new-domain.com/page
             └─┬──┘
             scheme (your target site's SSL)

Domain Forward handles the source scheme — providing TLS certificates for HTTPS. The destination scheme is whatever your target URL uses.

Related Terms

Related Features

Frequently
asked questions

Yes. Domain Forward accepts requests on both HTTP and HTTPS and redirects to your destination URL. HTTPS requests are handled with a valid SSL certificate.

Still Confused? Try It Free.

Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.