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

docs: fix HeaderRegexp example #3222

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Commits on Sep 10, 2024

  1. docs: fix HeaderRegexp example

    From https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For
    
    > Elements are comma-separated, with optional whitespace surrounding the commas.
    > If a request goes through multiple proxies, the IP addresses of each successive proxy is listed.
    > This means that, given well-behaved client and proxies, the rightmost IP address is the IP address
    > of the most recent proxy and the leftmost IP address is the IP address of the originating client.
    
    Fix example by removing trailing space.
    
    Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
    AlexanderYastrebov committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    54343be View commit details
    Browse the repository at this point in the history