add 2 more headers to the basic auth example
x-request-id and x-scheme
This commit is contained in:
parent
0c8abfea0d
commit
1fe88a37af
1 changed files with 2 additions and 0 deletions
|
@ -115,11 +115,13 @@ accept=*/*
|
||||||
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