Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant