I’m using HyperDev to display example projects for Stormpath, and one of the examples sets a redirect url based on the protocol.
The load balancer HyperDev is using doesn’t seem to set the X-Forwarded-Proto header, so my app always thinks it’s on http, while I’m accessing it via https.
I’d love to see HyperDe set the header properly so my app can use it!