From 0c8abfea0d25e07461a6f565f29d94a7a2088b1c Mon Sep 17 00:00:00 2001 From: Artem Tartakynov Date: Wed, 25 Nov 2020 11:08:57 -0500 Subject: [PATCH 1/2] update the basic auth example --- docs/examples/auth/basic/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/examples/auth/basic/README.md b/docs/examples/auth/basic/README.md index edf5ebd95..6391a9238 100644 --- a/docs/examples/auth/basic/README.md +++ b/docs/examples/auth/basic/README.md @@ -112,7 +112,6 @@ server_version=nginx: 1.9.11 - lua: 10001 HEADERS RECEIVED: accept=*/* -authorization=Basic Zm9vOmJhcg== connection=close host=foo.bar.com user-agent=curl/7.43.0 From 1fe88a37af47223f0f381beaacaf1fad014fe74e Mon Sep 17 00:00:00 2001 From: Artem Tartakynov Date: Wed, 25 Nov 2020 21:51:15 -0500 Subject: [PATCH 2/2] add 2 more headers to the basic auth example x-request-id and x-scheme --- docs/examples/auth/basic/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples/auth/basic/README.md b/docs/examples/auth/basic/README.md index 6391a9238..194bacb3b 100644 --- a/docs/examples/auth/basic/README.md +++ b/docs/examples/auth/basic/README.md @@ -115,11 +115,13 @@ accept=*/* connection=close host=foo.bar.com user-agent=curl/7.43.0 +x-request-id=e426c7829ef9f3b18d40730857c3eddb x-forwarded-for=10.2.29.1 x-forwarded-host=foo.bar.com x-forwarded-port=80 x-forwarded-proto=http x-real-ip=10.2.29.1 +x-scheme=http BODY: * Connection #0 to host 10.2.29.4 left intact -no body in request-