curl/tests/data/test1921
Daniel Stenberg f9b9d3b141
urlapi: handle redirect without set scheme with default-scheme
Verify in test 1921

Reported-by: mulan_dh on hackerone

Closes #21632
2026-05-16 11:46:16 +02:00

30 lines
359 B
XML

<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
urlapi
</keywords>
</info>
# Client-side
<client>
<name>
Set a URL without scheme, then redirect with default scheme
</name>
<tool>
lib%TESTNUMBER
</tool>
<command>
-
</command>
</client>
<verify>
<stdout mode="text">
URL: https://example.com/newpath
</stdout>
</verify>
</testcase>