Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Respect X-Forwarded-Proto header for relaxation #185

Open
wants to merge 3 commits into
base: 3.x
Choose a base branch
from

Conversation

TiMESPLiNTER
Copy link
Contributor

@TiMESPLiNTER TiMESPLiNTER commented Apr 5, 2020

Currently if an external HTTPS request is forwarded internally via the http protocol the middleware throws an exception because Request::getUri()->getScheme() contains http.

In general the proxy adds a X-Forwarded-Proto header with the protocol the original request was made with.

This PR adds the code to check if the X-Forwarded-Proto header is present and if not falls back to Request::getUri()->getScheme().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant