diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test540 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/test540 b/tests/data/test540 index 8decaea9d..8391cbe78 100644 --- a/tests/data/test540 +++ b/tests/data/test540 @@ -11,6 +11,9 @@ multi # Server-side <reply> +<servercmd> +connection-monitor +</servercmd> # this is returned first since we get no proxy-auth <data> @@ -40,6 +43,10 @@ Content-Length: 21 Server: no
Nice proxy auth sir! +HTTP/1.1 407 Authorization Required to proxy me my dear
+Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
+Content-Length: 33
+
HTTP/1.1 200 OK
Content-Length: 21
Server: no
@@ -88,10 +95,16 @@ Proxy-Connection: Keep-Alive GET http://test.remote.example.com/path/540 HTTP/1.1
Host: custom.set.host.name
+Accept: */*
+Proxy-Connection: Keep-Alive
+
+GET http://test.remote.example.com/path/540 HTTP/1.1
+Host: custom.set.host.name
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261"
Accept: */*
Proxy-Connection: Keep-Alive
+[DISCONNECT] </protocol> </verify> </testcase> |