curl/tests/data/test1967
Daniel Stenberg 7e350dd147
urlapi: fix redirect handling if CURLU_NO_GUESS_SCHEME is set
Verified by test 1967

Reported-by: Joshua Rogers
Closes #21721
2026-05-22 07:48:20 +02:00

30 lines
414 B
XML

<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
urlapi
</keywords>
</info>
<client>
<name>
curl_url_set() a URL without guessing a scheme
</name>
<tool>
lib%TESTNUMBER
</tool>
<command>
http://%HOSTIP:%NOLISTENPORT/not-there/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<stdout mode="text">
URL http://a.b/x
</stdout>
</verify>
</testcase>