For this question I will use the following domains:
example.com
- an online shopexmpl.com
- a domain which is used for sharing items.
exmpl.com
will be used for redirects (e.g. http://exmpl.com/foo
will redirect to https://example.com/items/42
).
I have the following questions:
- How important is it that
exmpl.com
should be encrypted? - Does it matter at all if it has
https
or onlyhttp
? - Of course, if it doesn't have
https
, one who attempts to accesshttps://exmpl.com
will not be able to do so, but are there any side effects? - On the other side, why would a company prefer to support only
http
in this context?