Using a CLI debug interface, I can curl a domain from the interface perfectly e.g
curl -vLI <domain>
but if I prepend http:// to the domain, it outputs nothing. It's not https either, so what is the error in the command?
Using a CLI debug interface, I can curl a domain from the interface perfectly e.g
curl -vLI <domain>
but if I prepend http:// to the domain, it outputs nothing. It's not https either, so what is the error in the command?