ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

Better detection of https requests #663

Closed kitsook closed 3 years ago

kitsook commented 3 years ago

The standard header to detect whether clients are using https should be X-Forwarded-Proto. Adding this to CakePHP lib so that Router:url() can generate correct full url

ref: PRB0046794