Glossary

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

AspectHTTP ForwardingHTTPS Forwarding
EncryptionNoneTLS encrypted
Browser warnings”Not Secure” badgeLock icon
SEO impactNegative signalPositive signal
Modern browser behaviorMay block or warnWorks normally
Registrar supportUsually supportedUsually not supported
Domain ForwardSupportedSupported

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.

Still Confused? Try It Free.

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