HTTP to HTTPS redirect

1
When deploying apps to for instance IBM Bluemix, there is no HTTP to HTTPS redirect configured. How can I do that in Mendix? The load balancer of IBM terminates SSL and sets a X-FORWARD-PROTO header containing the protocol (http or https). Based on that header value I would like to redirect to https. Is that possible? For custom Java deployments I could configure the request handler and check for the protocol as I have done for https://securitycheck.webflight.nl (Java Spring on Bluemix Cloud Foundry).
asked
0 answers