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

Implementation of the option http.header2cgi #597

Merged
merged 4 commits into from
Oct 4, 2017

Conversation

ffurano
Copy link
Contributor

@ffurano ffurano commented Oct 4, 2017

No description provided.

@ffurano
Copy link
Contributor Author

ffurano commented Oct 4, 2017

After merging the pull request, the docs should be added an additional paragraph containing something like the following:


6.3.7 header2cgi
http.header2cgi <headerkey> <CGIkey>

Function:
When a request comes, pick the value associated to the HTTP header <headerkey> (if present) and append it to the CGI information of the path that xrootd will process internally, in the form "<CGIkey>=<value>"

Parameters:
headerkey: the header key that is looked for
CGIkey: the CGI key that will be appended to the internal CGI information

Defaults:
none

Notes:

  1. <headerkey> and <CGIkey> can be equal

Example:
http.header2cgi Authorization authz

@abh3 abh3 merged commit e3077d7 into xrootd:master Oct 4, 2017
@ffurano ffurano deleted the xrdhttp-header2cgi-2 branch March 27, 2018 07:45
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

2 participants