mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
Changed host name to be under the haxx.se domain
This commit is contained in:
parent
c92b996942
commit
31baaf72b4
16 changed files with 89 additions and 89 deletions
|
|
@ -64,7 +64,7 @@ crypto
|
|||
HTTP proxy auth Digest multi API re-using connection
|
||||
</name>
|
||||
<command>
|
||||
http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person custom.set.host.name
|
||||
http://test.remote.haxx.se/path/540 http://%HOSTIP:%HTTPPORT silly:person custom.set.host.name
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -74,18 +74,18 @@ http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person cus
|
|||
^User-Agent: curl/.*
|
||||
</strip>
|
||||
<protocol>
|
||||
GET http://test.remote.server.com/path/540 HTTP/1.1
|
||||
GET http://test.remote.haxx.se/path/540 HTTP/1.1
|
||||
Accept: */*
|
||||
Proxy-Connection: Keep-Alive
|
||||
Host: custom.set.host.name
|
||||
|
||||
GET http://test.remote.server.com/path/540 HTTP/1.1
|
||||
GET http://test.remote.haxx.se/path/540 HTTP/1.1
|
||||
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261"
|
||||
Accept: */*
|
||||
Proxy-Connection: Keep-Alive
|
||||
Host: custom.set.host.name
|
||||
|
||||
GET http://test.remote.server.com/path/540 HTTP/1.1
|
||||
GET http://test.remote.haxx.se/path/540 HTTP/1.1
|
||||
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261"
|
||||
Accept: */*
|
||||
Proxy-Connection: Keep-Alive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue