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

Don't forward proto if we receive the header #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 30, 2018

  1. Don't forward proto if we receive the header

    If we receive a header for X-Forwarded-For and we have the parameter forwardIP, we add the IP of this machine to the list of IPs. However for X-Forwarded-Proto it is not a list. We send the proto of the existing request (if forwardIP is enabled).
    
    This change honors the header if we receive it
    Gonzalo Fernández-Victorio committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    e12439c View commit details
    Browse the repository at this point in the history