mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:43:32 +03:00
General HTTP authentication cleanup and fixes
This commit is contained in:
parent
e7ee1ccf45
commit
fc6eff13b5
20 changed files with 636 additions and 309 deletions
|
|
@ -34,7 +34,7 @@ http://%HOSTIP:%HOSTPORT/we/want/that/page/85 -x %HOSTIP:%HOSTPORT --user iam:my
|
|||
</strip>
|
||||
<protocol>
|
||||
GET http://127.0.0.1:8999/we/want/that/page/85 HTTP/1.1
|
||||
Proxy-authorization: Basic dGVzdGluZzp0aGlz
|
||||
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
|
||||
Authorization: Basic aWFtOm15c2VsZg==
|
||||
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
|
||||
Host: 127.0.0.1:8999
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue