Files
jenz 08c03ac533
CI / Build (clang, clang++, ubuntu-22.04, linux, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Build (clang, clang++, windows-2022, windows, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Release (push) Canceled after 0s
first commit
2026-09-13 22:18:11 +01:00

46 lines
645 B
Plaintext

<testcase>
# Test that the fragment is not send as part of the path
# when it contains a query.
<info>
<keywords>
HTTP
CURLOPT_URL
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Content-Length: 6
hello
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
HTTP GET with URL that contains a fragment after the query part
</name>
<command>
http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /1110?q=foobar HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
</verify>
</testcase>