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

Add proxy-aware middleware to server #720

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

matiasgarciaisaia
Copy link
Member

In order to honour X-Forwarded-Proto and other headers that are added when running the app behind a reverse-proxy, we add relevant middleware to the app.

Specifically, this will make absolute-url properly work.

Fixes #716

In order to honour `X-Forwarded-Proto` and other headers that are added
when running the app behind a reverse-proxy, we add relevant middleware
to the app.

Specifically, this will make `absolute-url` properly work.

Fixes #716

Co-authored-by: Gustavo Giráldez <[email protected]>
@matiasgarciaisaia matiasgarciaisaia merged commit 206ca0b into master Mar 8, 2024
4 checks passed
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.

Plain-text HTTP request during login
1 participant