Merge pull request #6520 from tartakynov/artem/20201125-update-basic-auth-docs
Update the basic auth example
This commit is contained in:
commit
1b9a9e0fc4
1 changed files with 2 additions and 1 deletions
|
@ -112,15 +112,16 @@ server_version=nginx: 1.9.11 - lua: 10001
|
||||||
|
|
||||||
HEADERS RECEIVED:
|
HEADERS RECEIVED:
|
||||||
accept=*/*
|
accept=*/*
|
||||||
authorization=Basic Zm9vOmJhcg==
|
|
||||||
connection=close
|
connection=close
|
||||||
host=foo.bar.com
|
host=foo.bar.com
|
||||||
user-agent=curl/7.43.0
|
user-agent=curl/7.43.0
|
||||||
|
x-request-id=e426c7829ef9f3b18d40730857c3eddb
|
||||||
x-forwarded-for=10.2.29.1
|
x-forwarded-for=10.2.29.1
|
||||||
x-forwarded-host=foo.bar.com
|
x-forwarded-host=foo.bar.com
|
||||||
x-forwarded-port=80
|
x-forwarded-port=80
|
||||||
x-forwarded-proto=http
|
x-forwarded-proto=http
|
||||||
x-real-ip=10.2.29.1
|
x-real-ip=10.2.29.1
|
||||||
|
x-scheme=http
|
||||||
BODY:
|
BODY:
|
||||||
* Connection #0 to host 10.2.29.4 left intact
|
* Connection #0 to host 10.2.29.4 left intact
|
||||||
-no body in request-
|
-no body in request-
|
||||||
|
|
Loading…
Reference in a new issue