Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Fix parsing of x-forwarded-for header #31

Merged
merged 3 commits into from
Aug 29, 2021

Commits on Aug 3, 2021

  1. Fix parsing of x-forwarded-for header

    The x-forwarded-for header can contain multiple values, where the first
    value represents the client ip.
    
    Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For
    dvic committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    65d3348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5603e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    c71c8d1 View commit details
    Browse the repository at this point in the history