boyle / 2018-measure-stress

Using machine learning to investigate sympathetic activation of the autonomic nervous system (SAANS) during the treatment of mild traumatic brain injury, chronic pain, and post-traumatic stress disorder.
3 stars 1 forks source link

Slack's link redirect breaks lighttpd URL rewrite at api.saans.ca #3

Closed boyle closed 5 years ago

boyle commented 5 years ago

http://api.saans.ca/ != https://api.saans.ca/app.fcgi/api/v1

The link given by slack when you don't "copy link" is: https://slack-redir.net/link?url=http%3A%2F%2Fapi.saans.ca%2Fv1&v=3

My suspicion: the lighttpd rewrite rules are cutting out early when it goes http --> https.

This link works properly (http --> https) https://slack-redir.net/link?url=https%3A%2F%2Fapi.saans.ca%2Fv1&v=3

This also breaks it, without slack in the path: http://api.saans.ca --> https://api.saans.ca/app.fcgi/api ... but https://api.saans.ca works just fine.