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

set protocol https or http in case of using ProxyPass #20

Open
unnilennium opened this issue Jun 13, 2016 · 0 comments
Open

set protocol https or http in case of using ProxyPass #20

unnilennium opened this issue Jun 13, 2016 · 0 comments

Comments

@unnilennium
Copy link

this would be to complete the patch Charlie Brady did submit to you years ago for X-Forward-Host.

please find attached a patch that allow to add X-Forward-Proto directive in order to rewrite correctly the URL when a 307 redirection occurs.

without this, in case of a proxy using https, this will prevent recent browser to refresh the destination if inside an iframe.

In term of documentation , the proxying isntance of httpd should add where necessary :

RequestHeader set X-Forwarded-Proto "https"

please feel free to rewrite it with better syntax !

mod_auth_tkt-2.3.99b1-betterredirection.patch.txt

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

No branches or pull requests

1 participant