mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
make digest password not hit the spellchecker
This commit is contained in:
parent
6c8c98ab4d
commit
7e2c6a5888
4 changed files with 8 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ digest
|
|||
HTTP with proxy Digest and site Digest with creds in URLs
|
||||
</name>
|
||||
<command>
|
||||
http://digest:alot@data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://foo:bar@%HOSTIP:%HTTPPORT --proxy-digest --digest
|
||||
http://digest:a-lot@data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://foo:bar@%HOSTIP:%HTTPPORT --proxy-digest --digest
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ Proxy-Connection: Keep-Alive
|
|||
GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
|
||||
Host: data.from.server.requiring.digest.hohoho.com
|
||||
Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="f61609cd8f5bb205ef4e169b2c5626cb"
|
||||
Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", response="08a2e2e684047f4219a38ddc189ac00c"
|
||||
Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", response="ea0f4cb7a119a1a6f6c6c6c2e4190860"
|
||||
User-Agent: curl/%VERSION
|
||||
Accept: */*
|
||||
Proxy-Connection: Keep-Alive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue