Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix HeaderRegexp example (#3222)
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 <[email protected]>
- Loading branch information