HTTP_X_FORWARDED_PROTO - Not supported.
bpje opened this issue · 0 comments
bpje commented
Some cloud providers' (AWS, GCP) platforms insert 'HTTP_X_FORWARDED_PROTO" into the request header rather than 'X-Forwarded-Proto' on their managed services. This causes pylti to fail authentication as the protocol is incorrectly switched from https to http.