tidy-up: use test/example domains more

Closes #21849
This commit is contained in:
Viktor Szakats 2026-06-02 13:51:35 +02:00
parent be6c4ee7fa
commit 89683e05b9
No known key found for this signature in database
7 changed files with 21 additions and 21 deletions

View file

@ -43,7 +43,7 @@ CURLINFO_USED_PROXY
# 1 - the non-proxy using URL
# 2 - the CURLOPT_RESOLVE string to change IP for the name
<command>
http://%HOSTIP:%HTTPPORT goingdirect.com:%HTTPPORT goingdirect.com:%HTTPPORT:%HOSTIP
http://%HOSTIP:%HTTPPORT goingdirect.test:%HTTPPORT goingdirect.test:%HTTPPORT:%HOSTIP
</command>
<features>
proxy
@ -53,13 +53,13 @@ proxy
# Verify data after the test has been "shot"
<verify>
<protocol crlf="headers">
GET http://usingproxy.com/ HTTP/1.1
Host: usingproxy.com
GET http://usingproxy.test/ HTTP/1.1
Host: usingproxy.test
Accept: */*
Proxy-Connection: Keep-Alive
GET / HTTP/1.1
Host: goingdirect.com:%HTTPPORT
Host: goingdirect.test:%HTTPPORT
Accept: */*
</protocol>