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

Allow setting server variables separately from HTTP headers #17

Open
ks3 opened this issue May 29, 2020 · 0 comments
Open

Allow setting server variables separately from HTTP headers #17

ks3 opened this issue May 29, 2020 · 0 comments

Comments

@ks3
Copy link

ks3 commented May 29, 2020

I have an setup with Apache running as a reverse proxy, sending various user information as HTTP headers. To make things interesting, some sites require different headers than others, so the Apache RequestHeader directive is used to map only the required information to the needed header name.

To allow this to work better, and not pollute the back-end request with all session data in headers that will never be used, the the subprocess_env and headers_in handling need separated.

@ks3 ks3 mentioned this issue May 29, 2020
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