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