Many webservers will accept HTTP connections on what is nominally a HTTPS endpoint. It'd be nice to have this functionality to accept this to do a redirect to the secure version automatically, ideally with a filter so that you can do things like redirecting a front page but refusing to redirect API calls containing sensitive data.
Many webservers will accept HTTP connections on what is nominally a HTTPS endpoint. It'd be nice to have this functionality to accept this to do a redirect to the secure version automatically, ideally with a filter so that you can do things like redirecting a front page but refusing to redirect API calls containing sensitive data.