Y
Hacker News
new
|
ask
|
show
|
jobs
by
tedunangst
2823 days ago
How is this redirect performed?
2 comments
ktta
2823 days ago
When a URL is manually typed in, and HSTS or HSTS-preloading isn't enabled, the initial 301 redirect would be http.
link
dlubarov
2823 days ago
It could just be a 3xx redirect over clear http, right? The http site can redirect to a https site with a similar name.
link