xref: /aosp_15_r20/external/curl/tests/data/test1110 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker<testcase>
2*6236dae4SAndroid Build Coastguard Worker# Test that the fragment is not send as part of the path
3*6236dae4SAndroid Build Coastguard Worker# when it contains a query.
4*6236dae4SAndroid Build Coastguard Worker<info>
5*6236dae4SAndroid Build Coastguard Worker<keywords>
6*6236dae4SAndroid Build Coastguard WorkerHTTP
7*6236dae4SAndroid Build Coastguard WorkerCURLOPT_URL
8*6236dae4SAndroid Build Coastguard Worker</keywords>
9*6236dae4SAndroid Build Coastguard Worker</info>
10*6236dae4SAndroid Build Coastguard Worker
11*6236dae4SAndroid Build Coastguard Worker# Server-side
12*6236dae4SAndroid Build Coastguard Worker<reply>
13*6236dae4SAndroid Build Coastguard Worker<data>
14*6236dae4SAndroid Build Coastguard WorkerHTTP/1.1 200 OK
15*6236dae4SAndroid Build Coastguard WorkerContent-Length: 6
16*6236dae4SAndroid Build Coastguard Worker
17*6236dae4SAndroid Build Coastguard Workerhello
18*6236dae4SAndroid Build Coastguard Worker</data>
19*6236dae4SAndroid Build Coastguard Worker</reply>
20*6236dae4SAndroid Build Coastguard Worker
21*6236dae4SAndroid Build Coastguard Worker# Client-side
22*6236dae4SAndroid Build Coastguard Worker<client>
23*6236dae4SAndroid Build Coastguard Worker<server>
24*6236dae4SAndroid Build Coastguard Workerhttp
25*6236dae4SAndroid Build Coastguard Worker</server>
26*6236dae4SAndroid Build Coastguard Worker<name>
27*6236dae4SAndroid Build Coastguard WorkerHTTP GET with URL that contains a fragment after the query part
28*6236dae4SAndroid Build Coastguard Worker</name>
29*6236dae4SAndroid Build Coastguard Worker<command>
30*6236dae4SAndroid Build Coastguard Workerhttp://%HOSTIP:%HTTPPORT/%TESTNUMBER?q=foobar#fragment
31*6236dae4SAndroid Build Coastguard Worker</command>
32*6236dae4SAndroid Build Coastguard Worker</client>
33*6236dae4SAndroid Build Coastguard Worker
34*6236dae4SAndroid Build Coastguard Worker
35*6236dae4SAndroid Build Coastguard Worker# Verify data after the test has been "shot"
36*6236dae4SAndroid Build Coastguard Worker<verify>
37*6236dae4SAndroid Build Coastguard Worker<protocol>
38*6236dae4SAndroid Build Coastguard WorkerGET /%TESTNUMBER?q=foobar HTTP/1.1
39*6236dae4SAndroid Build Coastguard WorkerHost: %HOSTIP:%HTTPPORT
40*6236dae4SAndroid Build Coastguard WorkerUser-Agent: curl/%VERSION
41*6236dae4SAndroid Build Coastguard WorkerAccept: */*
42*6236dae4SAndroid Build Coastguard Worker
43*6236dae4SAndroid Build Coastguard Worker</protocol>
44*6236dae4SAndroid Build Coastguard Worker</verify>
45*6236dae4SAndroid Build Coastguard Worker</testcase>
46