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 thishttps://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:
| Scheme | Purpose | Used in Forwarding? |
|---|---|---|
https:// | Encrypted web | Yes — primary |
http:// | Unencrypted web | Yes — legacy |
ftp:// | File transfer | No |
mailto: | Email links | No |
tel: | Phone links | No |
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.
The destination URL should use https:// whenever possible. For the source (your forwarded domain), Domain Forward handles both schemes — so visitors arriving via either http:// or https:// are redirected.
Still Confused? Try It Free.
Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.