Solutionunvalidated

Your application should listen for HTTP requests only — Heroku's load balancer and routers take care of the HTTPS connection. Tension: Heroku doesn't do this for you. Outcome: Your application just needs to redirect URLs that start with `http://` to `https://`.

227b9f05-cf86-4a18-934c-31a131a5b901

Your application should listen for HTTP requests only — Heroku's load balancer and routers take care of the HTTPS connection. Tension: Heroku doesn't do this for you. Outcome: Your application just needs to redirect URLs that start with http:// to https://.