diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 07:52:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 07:52:53 +0000 |
commit | fc6eff13b5414caf6edf22d73a3239e074a04216 (patch) | |
tree | eada47ce6b65dee31800734c70220bf22c8deec3 /tests/data/test82 | |
parent | e7ee1ccf4596a37a2278e523d0da7652ab43a42c (diff) |
General HTTP authentication cleanup and fixes
Diffstat (limited to 'tests/data/test82')
-rw-r--r-- | tests/data/test82 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test82 b/tests/data/test82 index fc4e490bd..7b49f89f2 100644 --- a/tests/data/test82 +++ b/tests/data/test82 @@ -35,7 +35,7 @@ http://%HOSTIP:%HOSTPORT/82 --proxy-user testuser:testpass -x http://%HOSTIP:%HO </strip> <protocol> GET http://127.0.0.1:8999/82 HTTP/1.1
-Proxy-authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
+Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
Host: 127.0.0.1:8999
Pragma: no-cache
|