yada

stijn 2018-04-25T20:22:12.000140Z

does anyone have an example of how you might implement a 'catch-all' rule in yada that checks for the X-Forwarded-Proto header and does the usual HTTP > HTTPS forwarding? That would be in interceptor land I guess?

danielcompton 2018-04-25T20:27:40.000700Z

Pretty much everything like that would be an interceptor

danielcompton 2018-04-25T20:28:01.000059Z

although I've ended up running nginx in front for various other reasons, so I'd probably tend to put that kind of stuff there

stijn 2018-04-25T21:48:14.000198Z

yes, that would be the other option. it's a bit messy though to configure nginx on elasticbeanstalk...