Commit 02a2a5c9 authored by Geoff Simmons's avatar Geoff Simmons

Another doc fix

parent 18bff841
...@@ -244,7 +244,7 @@ $ curl -H 'X-Forwarded-For: 203.0.113.47, 192.0.2.11' -v -x $ADDR:$PORT http://c ...@@ -244,7 +244,7 @@ $ curl -H 'X-Forwarded-For: 203.0.113.47, 192.0.2.11' -v -x $ADDR:$PORT http://c
[...] [...]
# A request in which the first field of X-Forwarded-For matches the # A request in which the first field of X-Forwarded-For matches the
# blacklist is not blocked, and the client receives the 404 response # blacklist is blocked, and the client receives the 404 response
# as specified by fail-status: # as specified by fail-status:
$ curl -H 'X-Forwarded-For: 192.0.2.11' -v -x $ADDR:$PORT http://cafe.example.com/coffee/black $ curl -H 'X-Forwarded-For: 192.0.2.11' -v -x $ADDR:$PORT http://cafe.example.com/coffee/black
[...] [...]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment