
Redirecting HTTP to HTTPS with Node.js & Express on IBM Bluemix
Both http and https is enabled for IBM Bluemix apps using the default mybluemix.net domain. Code is presented for a Node.js app that uses the Express web app framework to cause http requests to be redirected to https. This ensures data shared between your app and the user's browser is trusted and encrypted. A pointer to the deployable sample on GitHub is also provided.


