We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: