mirage / mirage-www

Website infrastructure and content for mirage.io
https://mirage.io
ISC License
172 stars 106 forks source link

http://mirageos.org redirects to mirage.io but https://mirageos.org does not #773

Open kit-ty-kate opened 1 year ago

kit-ty-kate commented 1 year ago

Not sure if it’s intended.

TheLortex commented 1 year ago

Not really, but it's expected. The website doesn't look at which hostname is used. The redirection happens unconditionally when a request is made on port 80. We could add a permanent redirection from mirageos.org to mirage.io by looking at the request's host field.