silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
719 stars 820 forks source link

switch to standard X-Forwarded-Proto instead of X-Forwarded-Protocol #11106

Open xini opened 6 months ago

xini commented 6 months ago

Description

SS6: Silverstripe currently uses the non-standard X-Forwarded-Protocol header. This PR changes that to X-Forwarded-Proto.

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto.

See SS4 pull request (closed): https://github.com/silverstripe/silverstripe-framework/pull/10018

Additional context or points of discussion

No response

Validations