mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
modified test 91 to look more like Kevin Roth's error case
This commit is contained in:
parent
1fd16e7b04
commit
294adcae9d
@ -66,10 +66,10 @@ SSL
|
|||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
<name>
|
<name>
|
||||||
HTTP with NTLM/Negotiate/Basic, anyauth and no user or password
|
HTTP with NTLM/Negotiate/Basic, anyauth and user with domain
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
http://%HOSTIP:%HOSTPORT/91 --anyauth
|
http://%HOSTIP:%HOSTPORT/91 --anyauth -u mydomain\\myself:secret
|
||||||
</command>
|
</command>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ Pragma: no-cache
|
|||||||
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||||
|
|
||||||
GET /91 HTTP/1.1
|
GET /91 HTTP/1.1
|
||||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAAAAAAWAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABYAAAAAYIAAGCT+8nLdjAKIyAekoPAy7B9436GAxPu0A==
|
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAE4AAAAAAAAAZgAAAAgACABAAAAABgAGAEgAAAAAAAAATgAAAAAAAABmAAAAAYIAAG15ZG9tYWlubXlzZWxmwjImlHmYemDYVmFrmRFoVn3jfoYDE+7Q
|
||||||
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
|
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
|
Host: 127.0.0.1:8999
|
||||||
Pragma: no-cache
|
Pragma: no-cache
|
||||||
|
Loading…
Reference in New Issue
Block a user