What Is HTTP?
HTTP (HyperText Transfer Protocol) is the foundational protocol of the web, defining how browsers request and receive web pages from servers. Unlike HTTPS, HTTP traffic is unencrypted.
Why It Matters
HTTP is the protocol that makes the web work — every time you visit a website, your browser sends an HTTP (or HTTPS) request. For domain forwarding, HTTP matters because:
- HTTP status codes (like 301 and 302) tell browsers to follow redirects
- The Location header specifies where to redirect
- The protocol (HTTP vs HTTPS) determines whether the redirect happens securely
HTTP vs HTTPS for Forwarding
| Aspect | HTTP Forwarding | HTTPS Forwarding |
|---|---|---|
| Encryption | None | TLS encrypted |
| Browser warnings | ”Not Secure” badge | Lock icon |
| SEO impact | Negative signal | Positive signal |
| Modern browser behavior | May block or warn | Works normally |
| Registrar support | Usually supported | Usually not supported |
| Domain Forward | Supported | Supported |
How HTTP Redirects Work
GET / HTTP/1.1
Host: old-domain.com
HTTP/1.1 301 Moved Permanently
Location: https://new-domain.com/
The browser sends an HTTP request. The server responds with a 301 status code and a Location header. The browser follows the redirect. This happens in milliseconds.
HTTP and HTTPS are both URL schemes — they identify the protocol in a URI. The choice between them determines whether the connection is encrypted.
Related Terms
Related Features
Frequently
asked questions
Technically yes, but modern browsers increasingly block or warn about HTTP connections. Over 95% of web traffic is now HTTPS. HTTP is effectively deprecated for production websites.
HTTPS adds TLS encryption to HTTP. With HTTP, anyone on the network (ISP, Wi-Fi operator, attacker) can see and modify the traffic. HTTPS encrypts everything.
Still Confused? Try It Free.
Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.