mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:47:21 +03:00
use the correct variables, not fixed values
This commit is contained in:
parent
0d0d5e7ee3
commit
1faef62d59
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue