1<testcase>
2# Test that the fragment is not send as part of the path.
3<info>
4<keywords>
5HTTP
6CURLOPT_URL
7</keywords>
8</info>
9
10# Server-side
11<reply name="1">
12<data>
13HTTP/1.1 200 OK
14Content-Length: 6
15
16hello
17</data>
18</reply>
19
20# Client-side
21<client>
22<server>
23http
24</server>
25 <name>
26HTTP GET with URL that contains fragment after the path
27 </name>
28 <command>
29http://%HOSTIP:%HTTPPORT/1109#test
30</command>
31</client>
32
33
34# Verify data after the test has been "shot"
35<verify>
36<strip>
37^User-Agent:.*
38</strip>
39<protocol>
40GET /1109 HTTP/1.1
41Host: %HOSTIP:%HTTPPORT
42Accept: */*
43
44</protocol>
45</verify>
46</testcase>
47