# Test that no fragment is not send as part of the path # when the URI contains 2 '#' (does not follow RFC 2396) HTTP CURLOPT_URL # Server-side HTTP/1.1 200 OK Content-Length: 6 hello # Client-side http HTTP GET with URL whose fragment contains a # (which is illegal) http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2 # Verify data after the test has been "shot" ^User-Agent:.* GET /1111?q=foobar HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */*