[ 
https://issues.apache.org/jira/browse/NIFI-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042708#comment-16042708
 ] 

ASF GitHub Bot commented on NIFI-4019:
--------------------------------------

GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/1900

    NIFI-4019: Added support for X-Forwarded-* headers

    NIFI-4019:
    - Adding support for X-Forwarded-* headers.
    - Unrelated code clean up.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-4019

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1900.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1900
    
----
commit 6c3e6311b62881ae2a895ab59c1234303f04fbc9
Author: Matt Gilman <[email protected]>
Date:   2017-06-08T13:38:07Z

    NIFI-4019:
    - Adding support for X-Forwarded-* headers.
    - Unrelated code clean up.

----


> Add support for X-Forward-* headers
> -----------------------------------
>
>                 Key: NIFI-4019
>                 URL: https://issues.apache.org/jira/browse/NIFI-4019
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.2.0
>            Reporter: Jeff Storck
>            Assignee: Matt Gilman
>
> Extend NiFi proxy support by allowing the usage of the following headers:
> || Header || Purpose ||
> | X-Forwarded-Proto | the scheme used to connect to the proxy
> | X-Forwarded-Host | the host of the proxy
> | X-Forwarded-Port | the port on which the proxy is listening
> | X-Forwarded-Context | the the context path of the request to the proxy
> A mapping exists for the X-Forwarded-* headers to the currently supported 
> X-Proxy* headers:
> || X-Forwarded Header || X-Proxy Header ||
> | X-Forwarded-Proto | X-ProxyScheme
> | X-Forwarded-Host | X-ProxyHost
> | X-Forwarded-Port | X-ProxyPort
> | X-Forwarded-Context | X-ProxyContextPath



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to