mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
use the correct variables, not fixed values
This commit is contained in:
parent
0d0d5e7ee3
commit
1faef62d59
@ -57,13 +57,13 @@ http://%HOSTIP:%HTTPPORT/519
|
||||
<protocol>
|
||||
GET /519 HTTP/1.1
|
||||
Authorization: Basic bW9uc3Rlcjp1bmRlcmJlZA==
|
||||
Host: 127.0.0.1:8990
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Pragma: no-cache
|
||||
Accept: */*
|
||||
|
||||
GET /519 HTTP/1.1
|
||||
Authorization: Basic YW5vdGhlcm1vbnN0ZXI6aW53YXJkcm9iZQ==
|
||||
Host: 127.0.0.1:8990
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Pragma: no-cache
|
||||
Accept: */*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user