Commit 04972ff
authored
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 <alexander.yastrebov@zalando.de>1 parent 4460a02 commit 04972ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments